libHSPlasma
|
#include <plNetSharedState.h>
Public Member Functions | |
void | read (hsStream *S) |
void | write (hsStream *S) |
void | prcWrite (pfPrcHelper *prc) |
void | prcParse (const pfPrcTag *tag) |
plString | getName () const |
const plGenericType & | getValue () const |
void | setName (const plString &name) |
void | setValue (const plGenericType &value) |
plGenericType::Type | getType () const |
int | getInt () const |
unsigned int | getUint () const |
float | getFloat () const |
double | getDouble () const |
bool | getBool () const |
signed char | getByte () const |
plString | getString () const |
bool plGenericVar::getBool | ( | ) | const |
signed char plGenericVar::getByte | ( | ) | const |
double plGenericVar::getDouble | ( | ) | const |
float plGenericVar::getFloat | ( | ) | const |
int plGenericVar::getInt | ( | ) | const |
plString plGenericVar::getName | ( | ) | const |
plString plGenericVar::getString | ( | ) | const |
plGenericType::Type plGenericVar::getType | ( | ) | const |
unsigned int plGenericVar::getUint | ( | ) | const |
const plGenericType& plGenericVar::getValue | ( | ) | const |
void plGenericVar::prcParse | ( | const pfPrcTag * | tag | ) |
void plGenericVar::prcWrite | ( | pfPrcHelper * | prc | ) |
void plGenericVar::read | ( | hsStream * | S | ) |
void plGenericVar::setName | ( | const plString & | name | ) |
void plGenericVar::setValue | ( | const plGenericType & | value | ) |
void plGenericVar::write | ( | hsStream * | S | ) |