helper::copy_holder< T > Struct Template Reference

#include <reader.hpp>

Inheritance diagram for helper::copy_holder< T >:

Inheritance graph
[legend]
Collaboration diagram for helper::copy_holder< T >:

Collaboration graph
[legend]
List of all members.

Detailed Description

template<typename T>
struct helper::copy_holder< T >

Small struct to Grap the reference to read.

Definition at line 115 of file reader.hpp.

Public Member Functions

 copy_holder (const T &x)
 copy_holder (const copy_holder< T > &x)
 ~copy_holder ()
abstract_copy_holderclone ()
xistreamread (xistream &xis)

Public Attributes

x_


Constructor & Destructor Documentation

template<typename T>
helper::copy_holder< T >::copy_holder const T &  x  )  [inline]
 

Definition at line 116 of file reader.hpp.

template<typename T>
helper::copy_holder< T >::copy_holder const copy_holder< T > &  x  )  [inline]
 

Definition at line 117 of file reader.hpp.

template<typename T>
helper::copy_holder< T >::~copy_holder  )  [inline]
 

Definition at line 118 of file reader.hpp.


Member Function Documentation

template<typename T>
abstract_copy_holder* helper::copy_holder< T >::clone  )  [inline, virtual]
 

Implements helper::abstract_copy_holder.

Definition at line 119 of file reader.hpp.

template<typename T>
xistream& helper::copy_holder< T >::read xistream xis  )  [inline, virtual]
 

Implements helper::abstract_copy_holder.

Definition at line 120 of file reader.hpp.


Member Data Documentation

template<typename T>
T helper::copy_holder< T >::x_
 

Definition at line 121 of file reader.hpp.


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


Donate to the XiMoL project SourceForge.net Logo If you have any questions about XiMoL, you could write to tournois@users.sourceforge.net.