TRF Language Model
|
#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 |
trf::Msg::Msg | ( | int | nMsgDim, |
int | nSize | ||
) |
Definition at line 185 of file trf-alg.cpp.
trf::Msg::~Msg | ( | ) |
Definition at line 195 of file trf-alg.cpp.
void trf::Msg::Copy | ( | Msg & | m | ) |
Definition at line 206 of file trf-alg.cpp.
void trf::Msg::Fill | ( | float | v | ) |
Definition at line 199 of file trf-alg.cpp.
float & trf::Msg::Get | ( | int * | pIdx, |
int | nDim | ||
) |
Definition at line 217 of file trf-alg.cpp.