#include <ast.hpp>
Definition at line 101 of file ast.hpp.
§ expr_type() [1/3]
| stan::lang::expr_type::expr_type |
( |
| ) |
|
§ expr_type() [2/3]
§ expr_type() [3/3]
| stan::lang::expr_type::expr_type |
( |
const base_expr_type |
base_type, |
|
|
size_t |
num_dims |
|
) |
| |
§ is_ill_formed()
| bool stan::lang::expr_type::is_ill_formed |
( |
| ) |
const |
§ is_primitive()
| bool stan::lang::expr_type::is_primitive |
( |
| ) |
const |
§ is_primitive_double()
| bool stan::lang::expr_type::is_primitive_double |
( |
| ) |
const |
§ is_primitive_int()
| bool stan::lang::expr_type::is_primitive_int |
( |
| ) |
const |
§ is_void()
| bool stan::lang::expr_type::is_void |
( |
| ) |
const |
§ num_dims()
| size_t stan::lang::expr_type::num_dims |
( |
| ) |
const |
§ operator!=()
| bool stan::lang::expr_type::operator!= |
( |
const expr_type & |
et | ) |
const |
§ operator<()
| bool stan::lang::expr_type::operator< |
( |
const expr_type & |
et | ) |
const |
§ operator<=()
| bool stan::lang::expr_type::operator<= |
( |
const expr_type & |
et | ) |
const |
§ operator==()
| bool stan::lang::expr_type::operator== |
( |
const expr_type & |
et | ) |
const |
§ operator>()
| bool stan::lang::expr_type::operator> |
( |
const expr_type & |
et | ) |
const |
§ operator>=()
| bool stan::lang::expr_type::operator>= |
( |
const expr_type & |
et | ) |
const |
§ type()
§ base_type_
§ num_dims_
| size_t stan::lang::expr_type::num_dims_ |
The documentation for this struct was generated from the following files: