TooN 2.1
Public Member Functions
ColSizeHolder< S > Struct Template Reference
Inheritance diagram for ColSizeHolder< S >:
SizeHolder< S >

List of all members.

Public Member Functions

 ColSizeHolder (int i)
template<typename Op >
 ColSizeHolder (const Operator< Op > &op)
int num_cols () const

template<int S>
struct TooN::Internal::ColSizeHolder< S >


Constructor & Destructor Documentation

ColSizeHolder ( int  i)

Construct from an int to provide a run time size if necessary.

Parameters:
iThe size, which is discarded for the static case.
ColSizeHolder ( const Operator< Op > &  op)

Construct from an Operator, taking the size from the operator.

The size is only used in the dynamic case.

Parameters:
opOperator from which to determine the size.