Public Member Functions | |
| Block () | |
| Block (const Expr &expr, const VectorType< double > &vecType) | |
| const Expr & | expr () const |
| const VectorType< double > & | vecType () const |
Private Attributes | |
| Expr | expr_ |
| VectorType< double > | vecType_ |
Related Functions | |
(Note that these are not member functions.) | |
| std::ostream & | operator<< (std::ostream &os, const Block &block) |
Definition at line 58 of file SundanceBlock.hpp.
| Sundance::Block::Block | ( | ) | [inline] |
Definition at line 62 of file SundanceBlock.hpp.
| Sundance::Block::Block | ( | const Expr & | expr, |
| const VectorType< double > & | vecType | ||
| ) | [inline] |
Definition at line 66 of file SundanceBlock.hpp.
| const Expr& Sundance::Block::expr | ( | ) | const [inline] |
| const VectorType<double>& Sundance::Block::vecType | ( | ) | const [inline] |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const Block & | block | ||
| ) | [related] |
Definition at line 93 of file SundanceBlock.hpp.
Expr Sundance::Block::expr_ [private] |
Definition at line 76 of file SundanceBlock.hpp.
Referenced by expr().
VectorType<double> Sundance::Block::vecType_ [private] |
Definition at line 78 of file SundanceBlock.hpp.
Referenced by vecType().