Stan  2.10.0
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 331 of file ast.hpp.

Constructor & Destructor Documentation

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

Definition at line 968 of file ast_def.cpp.

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

Definition at line 971 of file ast_def.cpp.

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

Definition at line 975 of file ast_def.cpp.

Member Function Documentation

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

Definition at line 979 of file ast_def.cpp.

Member Data Documentation

expr_type stan::lang::int_literal::type_

Definition at line 333 of file ast.hpp.

int stan::lang::int_literal::val_

Definition at line 332 of file ast.hpp.


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

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