ldas-tools-framecpp  2.9.3
Public Member Functions | List of all members
FrameCPP::Common::Dictionary Class Reference

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...
 
streamref_type RefCreate (object_type Obj, const OStream &Stream)
 Create a reference. More...
 

Detailed Description

Keep track of structures written to or read from stream.

Member Function Documentation

◆ RefCreate() [1/3]

Dictionary::streamref_type FrameCPP::Common::Dictionary::RefCreate ( object_type  Obj,
const OStream &  Stream 
)
inline

Create a reference.


Parameters
[in]ObjObject to be referenced.
[in]StreamStream to receive the reference.
Returns

A reference to Obj appropriate for the Stream.

This method is used for creating a reference that would be appropriate for writing to a stream.

◆ RefCreate() [2/3]

streamref_type FrameCPP::Common::Dictionary::RefCreate ( object_type  Obj,
const OStream &  Stream 
)

Create a reference.


Parameters
[in]ObjObject to be referenced.
[in]StreamStream to receive the reference.
Returns

A reference to Obj appropriate for the Stream.

◆ RefCreate() [3/3]

streamref_type FrameCPP::Common::Dictionary::RefCreate ( object_type  Obj,
const OStream &  Stream 
)

Create a reference.


Parameters
[in]ObjObject to be referenced.
[in]StreamStream to receive the reference.
Returns

A reference to Obj appropriate for the Stream.


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