ldas-tools-framecpp 3.0.4
 
Loading...
Searching...
No Matches
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.
 
streamref_type RefCreate (object_type Obj, const OStream &Stream)
 Create a reference.
 

Detailed Description

Keep track of structures written to or read from stream.

Member Function Documentation

◆ RefCreate() [1/2]

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/2]

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: