ldas-tools-framecpp
2.7.0
|
Keep track of structures written to or read from stream. More...
#include <Dictionary.hh>
Public Member Functions | |
streamref_type | RefCreate (object_type Obj, const OStream &Stream) |
Create a reference. More... | |
streamref_type | RefCreate (object_type Obj, const OStream &Stream) |
Create a reference. More... | |
Keep track of structures written to or read from stream.
streamref_type FrameCPP::Common::Dictionary::RefCreate | ( | object_type | Obj, |
const OStream & | Stream | ||
) |
Create a reference.
[in] | Obj | Object to be referenced. |
[in] | Stream | Stream to receive the reference. |
|
inline |
Create a reference.
[in] | Obj | Object to be referenced. |
[in] | Stream | Stream to receive the reference. |
This method is used for creating a reference that would be appropriate for writing to a stream.