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

#include <ast.hpp>

Public Member Functions

 assignment ()
 
 assignment (variable_dims &var_dims, expression &expr)
 

Public Attributes

variable_dims var_dims_
 
expression expr_
 
base_var_decl var_type_
 

Detailed Description

Definition at line 1077 of file ast.hpp.

Constructor & Destructor Documentation

§ assignment() [1/2]

stan::lang::assignment::assignment ( )

Definition at line 2003 of file ast_def.cpp.

§ assignment() [2/2]

stan::lang::assignment::assignment ( variable_dims var_dims,
expression expr 
)

Definition at line 2005 of file ast_def.cpp.

Member Data Documentation

§ expr_

expression stan::lang::assignment::expr_

Definition at line 1079 of file ast.hpp.

§ var_dims_

variable_dims stan::lang::assignment::var_dims_

Definition at line 1078 of file ast.hpp.

§ var_type_

base_var_decl stan::lang::assignment::var_type_

Definition at line 1080 of file ast.hpp.


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

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