Stan  1.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::gm::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 262 of file ast.hpp.

Constructor & Destructor Documentation

◆ int_literal() [1/3]

stan::gm::int_literal::int_literal ( )

Definition at line 405 of file ast_def.cpp.

◆ int_literal() [2/3]

stan::gm::int_literal::int_literal ( int  val)

Definition at line 408 of file ast_def.cpp.

◆ int_literal() [3/3]

stan::gm::int_literal::int_literal ( const int_literal il)

Definition at line 412 of file ast_def.cpp.

Member Function Documentation

◆ operator=()

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

Definition at line 416 of file ast_def.cpp.

Member Data Documentation

◆ type_

expr_type stan::gm::int_literal::type_

Definition at line 264 of file ast.hpp.

◆ val_

int stan::gm::int_literal::val_

Definition at line 263 of file ast.hpp.


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

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