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 47 of file SundanceBlock.hpp.
| Sundance::Block::Block | ( | ) | [inline] |
Definition at line 51 of file SundanceBlock.hpp.
| Sundance::Block::Block | ( | const Expr & | expr, | |
| const VectorType< double > & | vecType | |||
| ) | [inline] |
Definition at line 55 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] |
Expr Sundance::Block::expr_ [private] |
VectorType<double> Sundance::Block::vecType_ [private] |