Stan  1.0
probability, sampling & optimization
Public Member Functions | Public Attributes | List of all members
stan::gm::double_literal Struct Reference

#include <ast.hpp>

Public Member Functions

 double_literal ()
 
 double_literal (double val)
 
double_literaloperator= (const double_literal &dl)
 

Public Attributes

double val_
 
expr_type type_
 

Detailed Description

Definition at line 272 of file ast.hpp.

Constructor & Destructor Documentation

◆ double_literal() [1/2]

stan::gm::double_literal::double_literal ( )

Definition at line 423 of file ast_def.cpp.

◆ double_literal() [2/2]

stan::gm::double_literal::double_literal ( double  val)

Definition at line 426 of file ast_def.cpp.

Member Function Documentation

◆ operator=()

double_literal & stan::gm::double_literal::operator= ( const double_literal dl)

Definition at line 430 of file ast_def.cpp.

Member Data Documentation

◆ type_

expr_type stan::gm::double_literal::type_

Definition at line 274 of file ast.hpp.

◆ val_

double stan::gm::double_literal::val_

Definition at line 273 of file ast.hpp.


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

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