TRF Language Model
trf::Msg Class Reference

#include <trf-alg.h>

Public Member Functions

 Msg (int nMsgDim, int nSize)
 
 ~Msg ()
 
void Fill (float v)
 
void Copy (Msg &m)
 
float & Get (int *pIdx, int nDim)
 
int GetBufSize () const
 

Detailed Description

Definition at line 62 of file trf-alg.h.

Constructor & Destructor Documentation

§ Msg()

trf::Msg::Msg ( int  nMsgDim,
int  nSize 
)

Definition at line 185 of file trf-alg.cpp.

§ ~Msg()

trf::Msg::~Msg ( )

Definition at line 195 of file trf-alg.cpp.

Member Function Documentation

§ Copy()

void trf::Msg::Copy ( Msg m)

Definition at line 206 of file trf-alg.cpp.

§ Fill()

void trf::Msg::Fill ( float  v)

Definition at line 199 of file trf-alg.cpp.

§ Get()

float & trf::Msg::Get ( int *  pIdx,
int  nDim 
)

Definition at line 217 of file trf-alg.cpp.

§ GetBufSize()

int trf::Msg::GetBufSize ( ) const
inline

Definition at line 76 of file trf-alg.h.


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