TRF Language Model
trf::VecIter Class Reference

#include <trf-alg.h>

Public Member Functions

 VecIter (int *p, int nDim, int nMin, int nMax)
 
void Reset ()
 
bool Next ()
 

Public Attributes

int * m_pBuf
 buffer More...
 
int m_nDim
 dimension More...
 
int m_nMin
 the min value of each dimension More...
 
int m_nMax
 the max value of eahc dimension More...
 

Detailed Description

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

Constructor & Destructor Documentation

§ VecIter()

trf::VecIter::VecIter ( int *  p,
int  nDim,
int  nMin,
int  nMax 
)

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

Member Function Documentation

§ Next()

bool trf::VecIter::Next ( )

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

§ Reset()

void trf::VecIter::Reset ( )

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

Member Data Documentation

§ m_nDim

int trf::VecIter::m_nDim

dimension

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

§ m_nMax

int trf::VecIter::m_nMax

the max value of eahc dimension

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

§ m_nMin

int trf::VecIter::m_nMin

the min value of each dimension

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

§ m_pBuf

int* trf::VecIter::m_pBuf

buffer

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


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