Fission FSN
Loading...
Searching...
No Matches
fsXmlAttribute Struct Reference

#include <fsCXml.h>

Public Member Functions

 fsXmlAttribute ()
 ~fsXmlAttribute ()
void Clear ()
void setName (const char *pName)
void setName (char *pName, int len)
fsStrgetName ()
void setValue (const char *pValue)
void setValue (char *pValue, int len)
fsStrGetValue ()
int GetValueAsInt () const
fsXmlStringListGetValueAsList ()

Public Attributes

bool Managed
fsStr Name
fsStr Value

Constructor & Destructor Documentation

◆ fsXmlAttribute()

fsXmlAttribute::fsXmlAttribute ( )
inline

◆ ~fsXmlAttribute()

fsXmlAttribute::~fsXmlAttribute ( )
inline

Member Function Documentation

◆ Clear()

void fsXmlAttribute::Clear ( )
inline

◆ getName()

fsStr & fsXmlAttribute::getName ( )
inline

◆ GetValue()

fsStr & fsXmlAttribute::GetValue ( )
inline

◆ GetValueAsInt()

int fsXmlAttribute::GetValueAsInt ( ) const

◆ GetValueAsList()

fsXmlStringList * fsXmlAttribute::GetValueAsList ( )

◆ setName() [1/2]

void fsXmlAttribute::setName ( char * pName,
int len )
inline

◆ setName() [2/2]

void fsXmlAttribute::setName ( const char * pName)
inline

◆ setValue() [1/2]

void fsXmlAttribute::setValue ( char * pValue,
int len )
inline

◆ setValue() [2/2]

void fsXmlAttribute::setValue ( const char * pValue)
inline

Member Data Documentation

◆ Managed

bool fsXmlAttribute::Managed

◆ Name

fsStr fsXmlAttribute::Name

◆ Value

fsStr fsXmlAttribute::Value

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