LLXMLRPCValue Class Reference

#include <llxmlrpctransaction.h>

Collaboration diagram for LLXMLRPCValue:

Collaboration graph
[legend]

List of all members.

Public Member Functions

 LLXMLRPCValue ()
 LLXMLRPCValue (XMLRPC_VALUE value)
bool isValid () const
std::string asString () const
int asInt () const
bool asBool () const
double asDouble () const
LLXMLRPCValue operator[] (const char *) const
LLXMLRPCValue rewind ()
LLXMLRPCValue next ()
void append (LLXMLRPCValue &)
void appendString (const std::string &)
void appendInt (int)
void appendBool (bool)
void appendDouble (double)
void appendValue (LLXMLRPCValue &)
void append (const char *, LLXMLRPCValue &)
void appendString (const char *, const std::string &)
void appendInt (const char *, int)
void appendBool (const char *, bool)
void appendDouble (const char *, double)
void appendValue (const char *, LLXMLRPCValue &)
void free ()
XMLRPC_VALUE getValue () const

Static Public Member Functions

static LLXMLRPCValue createArray ()
static LLXMLRPCValue createStruct ()

Private Attributes

XMLRPC_VALUE mV


Detailed Description

Definition at line 41 of file llxmlrpctransaction.h.


Constructor & Destructor Documentation

LLXMLRPCValue::LLXMLRPCValue (  )  [inline]

Definition at line 45 of file llxmlrpctransaction.h.

Referenced by createArray(), createStruct(), next(), operator[](), and rewind().

Here is the caller graph for this function:

LLXMLRPCValue::LLXMLRPCValue ( XMLRPC_VALUE  value  )  [inline]

Definition at line 46 of file llxmlrpctransaction.h.


Member Function Documentation

bool LLXMLRPCValue::isValid (  )  const

Definition at line 69 of file llxmlrpctransaction.cpp.

References mV, and NULL.

Referenced by LLFloaterBuyLandUI::finishWebSiteInfo(), and LLXMLRPCTransaction::Impl::process().

Here is the caller graph for this function:

std::string LLXMLRPCValue::asString (  )  const

Definition at line 49 of file llxmlrpctransaction.cpp.

References mV.

Referenced by LLCurrencyUIManager::Impl::finishCurrencyInfo(), LLFloaterBuyLandUI::finishWebSiteInfo(), and LLXMLRPCTransaction::Impl::process().

Here is the caller graph for this function:

int LLXMLRPCValue::asInt (  )  const

Definition at line 55 of file llxmlrpctransaction.cpp.

References mV.

Referenced by LLCurrencyUIManager::Impl::finishCurrencyInfo(), and LLXMLRPCTransaction::Impl::process().

Here is the caller graph for this function:

bool LLXMLRPCValue::asBool (  )  const

double LLXMLRPCValue::asDouble (  )  const

Definition at line 57 of file llxmlrpctransaction.cpp.

References mV.

LLXMLRPCValue LLXMLRPCValue::operator[] ( const char *  id  )  const

Definition at line 44 of file llxmlrpctransaction.cpp.

References LLXMLRPCValue(), and mV.

Here is the call graph for this function:

LLXMLRPCValue LLXMLRPCValue::rewind (  ) 

Definition at line 59 of file llxmlrpctransaction.cpp.

References LLXMLRPCValue(), and mV.

Referenced by LLFloaterBuyLandUI::finishWebSiteInfo().

Here is the call graph for this function:

Here is the caller graph for this function:

LLXMLRPCValue LLXMLRPCValue::next (  ) 

Definition at line 64 of file llxmlrpctransaction.cpp.

References LLXMLRPCValue(), and mV.

Referenced by LLFloaterBuyLandUI::finishWebSiteInfo().

Here is the call graph for this function:

Here is the caller graph for this function:

LLXMLRPCValue LLXMLRPCValue::createArray (  )  [static]

Definition at line 74 of file llxmlrpctransaction.cpp.

References LLXMLRPCValue(), and NULL.

Referenced by LLFloaterBuyLandUI::runWebSitePrep(), LLCurrencyUIManager::Impl::startCurrencyBuy(), LLCurrencyUIManager::Impl::updateCurrencyInfo(), and LLFloaterBuyLandUI::updateWebSiteInfo().

Here is the call graph for this function:

Here is the caller graph for this function:

LLXMLRPCValue LLXMLRPCValue::createStruct (  )  [static]

Definition at line 79 of file llxmlrpctransaction.cpp.

References LLXMLRPCValue(), and NULL.

Referenced by LLFloaterBuyLandUI::runWebSitePrep(), LLCurrencyUIManager::Impl::startCurrencyBuy(), LLCurrencyUIManager::Impl::updateCurrencyInfo(), and LLFloaterBuyLandUI::updateWebSiteInfo().

Here is the call graph for this function:

Here is the caller graph for this function:

void LLXMLRPCValue::append ( LLXMLRPCValue v  ) 

void LLXMLRPCValue::appendString ( const std::string &  v  ) 

void LLXMLRPCValue::appendInt ( int  v  ) 

void LLXMLRPCValue::appendBool ( bool  v  ) 

Definition at line 100 of file llxmlrpctransaction.cpp.

References mV, and NULL.

void LLXMLRPCValue::appendDouble ( double  v  ) 

Definition at line 105 of file llxmlrpctransaction.cpp.

References mV, and NULL.

void LLXMLRPCValue::appendValue ( LLXMLRPCValue  ) 

void LLXMLRPCValue::append ( const char *  id,
LLXMLRPCValue v 
)

Definition at line 111 of file llxmlrpctransaction.cpp.

References mV.

void LLXMLRPCValue::appendString ( const char *  id,
const std::string &  v 
)

Definition at line 117 of file llxmlrpctransaction.cpp.

References mV.

void LLXMLRPCValue::appendInt ( const char *  id,
int  v 
)

Definition at line 122 of file llxmlrpctransaction.cpp.

References mV.

void LLXMLRPCValue::appendBool ( const char *  id,
bool  v 
)

Definition at line 127 of file llxmlrpctransaction.cpp.

References mV.

void LLXMLRPCValue::appendDouble ( const char *  id,
double  v 
)

Definition at line 132 of file llxmlrpctransaction.cpp.

References mV.

void LLXMLRPCValue::appendValue ( const char *  ,
LLXMLRPCValue  
)

void LLXMLRPCValue::free ( void   ) 

Definition at line 137 of file llxmlrpctransaction.cpp.

References mV, and NULL.

XMLRPC_VALUE LLXMLRPCValue::getValue (  )  const

Definition at line 143 of file llxmlrpctransaction.cpp.

References mV.

Referenced by LLXMLRPCTransaction::Impl::Impl().

Here is the caller graph for this function:


Member Data Documentation


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

Generated on Fri May 16 09:41:32 2008 for SecondLife by  doxygen 1.5.5