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

#include <ast.hpp>

Public Member Functions

 range ()
 
 range (expression const &low, expression const &high)
 
bool has_low () const
 
bool has_high () const
 

Public Attributes

expression low_
 
expression high_
 

Detailed Description

Definition at line 483 of file ast.hpp.

Constructor & Destructor Documentation

§ range() [1/2]

stan::lang::range::range ( )

Definition at line 1209 of file ast_def.cpp.

§ range() [2/2]

stan::lang::range::range ( expression const &  low,
expression const &  high 
)

Definition at line 1210 of file ast_def.cpp.

Member Function Documentation

§ has_high()

bool stan::lang::range::has_high ( ) const

Definition at line 1218 of file ast_def.cpp.

§ has_low()

bool stan::lang::range::has_low ( ) const

Definition at line 1215 of file ast_def.cpp.

Member Data Documentation

§ high_

expression stan::lang::range::high_

Definition at line 485 of file ast.hpp.

§ low_

expression stan::lang::range::low_

Definition at line 484 of file ast.hpp.


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

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