Public Member Functions | Private Attributes | Related Functions
Sundance::Block Class Reference

List of all members.

Public Member Functions

 Block ()
 Block (const Expr &expr, const VectorType< double > &vecType)
const Exprexpr () 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)

Detailed Description

Definition at line 58 of file SundanceBlock.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

const Expr& Sundance::Block::expr ( ) const [inline]

Definition at line 70 of file SundanceBlock.hpp.

References expr_.

Referenced by operator<<().

const VectorType<double>& Sundance::Block::vecType ( ) const [inline]

Definition at line 73 of file SundanceBlock.hpp.

References vecType_.

Referenced by operator<<().


Friends And Related Function Documentation

std::ostream & operator<< ( std::ostream &  os,
const Block block 
) [related]

Definition at line 93 of file SundanceBlock.hpp.

References expr(), and vecType().


Member Data Documentation

Definition at line 76 of file SundanceBlock.hpp.

Referenced by expr().

Definition at line 78 of file SundanceBlock.hpp.

Referenced by vecType().

Site Contact