Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)

Public Member Functions | Protected Member Functions | Private Attributes
concepts::MultiEntrance< 1, T > Class Template Reference

#include <multiArray.hh>

Inheritance diagram for concepts::MultiEntrance< 1, T >:
Inheritance graph
[legend]
Collaboration diagram for concepts::MultiEntrance< 1, T >:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 MultiEntrance (const uint i, const T &value)
uint operator() (const uint j=0) const
const T & value () const

Protected Member Functions

virtual std::ostream & info (std::ostream &os) const
 Returns information in an output stream.

Private Attributes

const uint i_
const T value_

Detailed Description

template<typename T>
class concepts::MultiEntrance< 1, T >

Definition at line 140 of file multiArray.hh.


Constructor & Destructor Documentation

template<typename T >
concepts::MultiEntrance< 1, T >::MultiEntrance ( const uint  i,
const T &  value 
) [inline]

Definition at line 142 of file multiArray.hh.


Member Function Documentation

template<typename T >
virtual std::ostream& concepts::MultiEntrance< 1, T >::info ( std::ostream &  os) const [inline, protected, virtual]

Returns information in an output stream.

Reimplemented from concepts::OutputOperator.

Definition at line 149 of file multiArray.hh.

template<typename T >
uint concepts::MultiEntrance< 1, T >::operator() ( const uint  j = 0) const [inline]

Definition at line 143 of file multiArray.hh.

template<typename T >
const T& concepts::MultiEntrance< 1, T >::value ( ) const [inline]

Definition at line 147 of file multiArray.hh.


Member Data Documentation

template<typename T >
const uint concepts::MultiEntrance< 1, T >::i_ [private]

Definition at line 153 of file multiArray.hh.

template<typename T >
const T concepts::MultiEntrance< 1, T >::value_ [private]

Definition at line 154 of file multiArray.hh.


The documentation for this class was generated from the following file:

Home | Doxygen Documentation | Tutorials | Developer Tools (restricted)