Public Member Functions | Private Attributes
CStrMap Class Reference

Map for variables in swissknife expression. More...

#include <StrMap.h>

List of all members.

Public Member Functions

void AddString (const char *str, void *data)
void AddStrLen (const char *str, size_t len, const void *data)
 CStrMap (int extrabytes=sizeof(double), int dup=0)
const void * DataAt (int index)
bool IsEmpty ()
int LenIndexOf (const char *str, size_t len, const void **data)
void SetCapacity (int NewCapacity)
void TrimClear (int NewCount)
 ~CStrMap (void)

Private Attributes

int FCapacity
int FCount
int FDoDuplicate
int FExtraLen
char * FList
int FRecordLen

Detailed Description

Map for variables in swissknife expression.

Definition at line 27 of file StrMap.h.


Constructor & Destructor Documentation

CStrMap::CStrMap ( int  extrabytes = sizeof(double),
int  dup = 0 
)
CStrMap::~CStrMap ( void  )

Member Function Documentation

void CStrMap::AddString ( const char *  str,
void *  data 
)
void CStrMap::AddStrLen ( const char *  str,
size_t  len,
const void *  data 
)
const void* CStrMap::DataAt ( int  index)
bool CStrMap::IsEmpty ( ) [inline]

Definition at line 42 of file StrMap.h.

int CStrMap::LenIndexOf ( const char *  str,
size_t  len,
const void **  data 
)
void CStrMap::SetCapacity ( int  NewCapacity)
void CStrMap::TrimClear ( int  NewCount)

Member Data Documentation

int CStrMap::FCapacity [private]

Definition at line 29 of file StrMap.h.

int CStrMap::FCount [private]

Definition at line 29 of file StrMap.h.

int CStrMap::FDoDuplicate [private]

Definition at line 31 of file StrMap.h.

int CStrMap::FExtraLen [private]

Definition at line 30 of file StrMap.h.

char* CStrMap::FList [private]

Definition at line 32 of file StrMap.h.

int CStrMap::FRecordLen [private]

Definition at line 30 of file StrMap.h.


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


rc_genicam_api
Author(s): Heiko Hirschmueller
autogenerated on Thu Jun 6 2019 18:42:48