Follow this link to skip to the main content

claraty::FDM_Untyped_Node Class Reference

#include <fdm.h>

Inheritance diagram for claraty::FDM_Untyped_Node:

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

template<class T>
bool value (T &val)

Protected Member Functions

 FDM_Untyped_Node (const FDM_Node &node)

Protected Attributes

FDM_Stream_stream
int _id
int _level

Friends

class FDM_Stream

Detailed Description

Definition at line 213 of file fdm.h.


Constructor & Destructor Documentation

claraty::FDM_Untyped_Node::FDM_Untyped_Node ( const FDM_Node node  )  [inline, protected]

Definition at line 224 of file fdm.h.

00224 : FDM_Node(node) {}


Member Function Documentation

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

Definition at line 217 of file fdm.h.

References claraty::FDM_Stream::_io_object(), and claraty::FDM_Node::_stream.

00217                      {
00218     bool ok= true;
00219     ok &= _stream._io_object(val);
00220     return ok;
00221   }

Here is the call graph for this function:


Friends And Related Function Documentation

friend class FDM_Stream [friend]

Reimplemented from claraty::FDM_Node.

Definition at line 214 of file fdm.h.


Member Data Documentation


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