BdsApi  3.0.12
This is the Blacknest BDS API.
Public Member Functions | List of all members
Bds::BdsSeedType Class Reference

BdsDataFileSeed internal parent for all SEED types. More...

#include <BdsSeedType.h>

Inheritance diagram for Bds::BdsSeedType:
Bds::DataFileCssData

Public Member Functions

 BdsSeedType ()
 
BError getInt (char **data, int size, int &v)
 
BError getUInt (char **data, int size, unsigned int &v)
 
BError getDouble (char **data, int size, double &v)
 
BError getString (char **data, int size, BString &v)
 
BError getStringVariable (char **data, int size, BString &v)
 
BError appendInt (BString &s, int v, int size)
 
BError appendDouble (BString &s, double v, int size, int precision)
 
BError appendExp (BString &s, double v, int size, int precision, int sign)
 
BError appendString (BString &s, BString v, int size)
 
BError appendStringVariable (BString &s, BString v, int size)
 

Detailed Description

BdsDataFileSeed internal parent for all SEED types.

Constructor & Destructor Documentation

◆ BdsSeedType()

Bds::BdsSeedType::BdsSeedType ( )

Member Function Documentation

◆ appendDouble()

BError Bds::BdsSeedType::appendDouble ( BString s,
double  v,
int  size,
int  precision 
)

◆ appendExp()

BError Bds::BdsSeedType::appendExp ( BString s,
double  v,
int  size,
int  precision,
int  sign 
)

◆ appendInt()

BError Bds::BdsSeedType::appendInt ( BString s,
int  v,
int  size 
)

◆ appendString()

BError Bds::BdsSeedType::appendString ( BString s,
BString  v,
int  size 
)

◆ appendStringVariable()

BError Bds::BdsSeedType::appendStringVariable ( BString s,
BString  v,
int  size 
)

◆ getDouble()

BError Bds::BdsSeedType::getDouble ( char **  data,
int  size,
double &  v 
)

◆ getInt()

BError Bds::BdsSeedType::getInt ( char **  data,
int  size,
int &  v 
)

◆ getString()

BError Bds::BdsSeedType::getString ( char **  data,
int  size,
BString v 
)

◆ getStringVariable()

BError Bds::BdsSeedType::getStringVariable ( char **  data,
int  size,
BString v 
)

◆ getUInt()

BError Bds::BdsSeedType::getUInt ( char **  data,
int  size,
unsigned int &  v 
)

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