Stan  2.13.1
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::lang::int_literal Struct Reference

#include <ast.hpp>

Public Member Functions

 int_literal ()
 
 int_literal (int val)
 
 int_literal (const int_literal &il)
 
int_literaloperator= (const int_literal &il)
 

Public Attributes

int val_
 
expr_type type_
 

Detailed Description

Definition at line 338 of file ast.hpp.

Constructor & Destructor Documentation

§ int_literal() [1/3]

stan::lang::int_literal::int_literal ( )

Definition at line 1021 of file ast_def.cpp.

§ int_literal() [2/3]

stan::lang::int_literal::int_literal ( int  val)

Definition at line 1024 of file ast_def.cpp.

§ int_literal() [3/3]

stan::lang::int_literal::int_literal ( const int_literal il)

Definition at line 1028 of file ast_def.cpp.

Member Function Documentation

§ operator=()

int_literal & stan::lang::int_literal::operator= ( const int_literal il)

Definition at line 1032 of file ast_def.cpp.

Member Data Documentation

§ type_

expr_type stan::lang::int_literal::type_

Definition at line 340 of file ast.hpp.

§ val_

int stan::lang::int_literal::val_

Definition at line 339 of file ast.hpp.


The documentation for this struct was generated from the following files:

     [ Stan Home Page ] © 2011–2016, Stan Development Team.