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

#include <ast.hpp>

Public Member Functions

 array_literal ()
 
 array_literal (const std::vector< expression > &args)
 
array_literaloperator= (const array_literal &al)
 

Public Attributes

std::vector< expressionargs_
 
expr_type type_
 

Detailed Description

Definition at line 349 of file ast.hpp.

Constructor & Destructor Documentation

stan::lang::array_literal::array_literal ( )

Definition at line 1000 of file ast_def.cpp.

stan::lang::array_literal::array_literal ( const std::vector< expression > &  args)

Definition at line 1004 of file ast_def.cpp.

Member Function Documentation

array_literal & stan::lang::array_literal::operator= ( const array_literal al)

Definition at line 1008 of file ast_def.cpp.

Member Data Documentation

std::vector<expression> stan::lang::array_literal::args_

Definition at line 350 of file ast.hpp.

expr_type stan::lang::array_literal::type_

Definition at line 351 of file ast.hpp.


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

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