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 47 of file SundanceBlock.hpp.


Constructor & Destructor Documentation

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.


Member Function Documentation

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

Definition at line 59 of file SundanceBlock.hpp.

References expr_.

Referenced by operator<<().

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

Definition at line 62 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 82 of file SundanceBlock.hpp.

References expr(), and vecType().


Member Data Documentation

Definition at line 65 of file SundanceBlock.hpp.

Referenced by expr().

Definition at line 67 of file SundanceBlock.hpp.

Referenced by vecType().

Site Contact