![]() |
MapLink Pro 11.1.1.0.
Envitia MapLink Pro: The Ultimate Mapping Application Toolkit
|
Public Member Functions | |
TSLCISeries () | |
TSLCISeries (const TSLCISeries &right) | |
virtual | ~TSLCISeries () |
TSLCISeries & | operator= (const TSLCISeries &right) |
void | name (TSLCharacterString *input, bool assumeOwnership=true) |
void | name (const char *input) |
void | issueIdentification (TSLCharacterString *input, bool assumeOwnership=true) |
void | issueIdentification (const char *input) |
void | page (TSLCharacterString *input, bool assumeOwnership=true) |
void | page (const char *input) |
virtual bool | serialize (void *outputStreamOfXML, int indentation=-1, bool isRootHandler=true) const |
const TSLCharacterString * | name () const |
TSLCharacterString * | name () |
const TSLCharacterString * | issueIdentification () const |
TSLCharacterString * | issueIdentification () |
const TSLCharacterString * | page () const |
TSLCharacterString * | page () |
Static Public Member Functions | |
static TSLCISeries * | create () |
TSLCISeries::TSLCISeries | ( | ) |
The default constructor.
TSLCISeries::TSLCISeries | ( | const TSLCISeries & | right | ) |
The copy constructor.
|
virtual |
The destructor.
|
static |
|
inline |
Returns the issueIdentification attribute.
|
inline |
Returns the issueIdentification attribute.
void TSLCISeries::issueIdentification | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLCISeries::issueIdentification | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the issueIdentification attribute.
|
inline |
Returns the name attribute.
|
inline |
Returns the name attribute.
void TSLCISeries::name | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLCISeries::name | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the name attribute.
TSLCISeries & TSLCISeries::operator= | ( | const TSLCISeries & | right | ) |
Assignment operator.
|
inline |
Returns the page attribute.
|
inline |
Returns the page attribute.
void TSLCISeries::page | ( | const char * | input | ) |
Overload to allow assignment of string as a literal.
void TSLCISeries::page | ( | TSLCharacterString * | input, |
bool | assumeOwnership = true ) |
Sets the page attribute.
|
virtual |