Follow this link to skip to the main content

claraty::FDM_Singleton Class Reference

#include <fdm.h>

Inheritance diagram for claraty::FDM_Singleton:

Inheritance graph
[legend]
Collaboration diagram for claraty::FDM_Singleton:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 FDM_Singleton (const FDM_Node &elt)
 FDM_Singleton (const FDM_Singleton &singleton)
template<class T>
bool value (T &val)

Protected Attributes

FDM_Stream_stream
int _id
int _level

Detailed Description

Definition at line 301 of file fdm.h.


Constructor & Destructor Documentation

claraty::FDM_Singleton::FDM_Singleton ( const FDM_Node elt  ) 

claraty::FDM_Singleton::FDM_Singleton ( const FDM_Singleton singleton  )  [inline]

Definition at line 304 of file fdm.h.

00304 : FDM_Node(singleton) {}


Member Function Documentation

template<class T>
bool claraty::FDM_Singleton::value ( T &  val  )  [inline]

Definition at line 307 of file fdm.h.

00307                      {
00308     // how could this line possibly work? _singleton_value is not defined
00309   //    return _stream._singleton_value(val, _id);
00310     return false;
00311   }


Member Data Documentation


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