llsd.py File Reference

Go to the source code of this file.

Namespaces

namespace  indra::base::llsd

Classes

class  indra::base::llsd::LLSDParseError
class  indra::base::llsd::LLSDSerializationError
class  indra::base::llsd::binary
class  indra::base::llsd::uri
class  indra::base::llsd::Nothing
class  indra::base::llsd::LLSDXMLFormatter
class  indra::base::llsd::LLSDNotationFormatter
class  indra::base::llsd::LLSDBinaryParser
class  indra::base::llsd::LLSDNotationParser
class  indra::base::llsd::LLSD

Functions

def indra::base::llsd::format_datestr
def indra::base::llsd::parse_datestr
def indra::base::llsd::bool_to_python
def indra::base::llsd::int_to_python
def indra::base::llsd::real_to_python
def indra::base::llsd::uuid_to_python
def indra::base::llsd::str_to_python
def indra::base::llsd::bin_to_python
def indra::base::llsd::date_to_python
def indra::base::llsd::uri_to_python
def indra::base::llsd::map_to_python
def indra::base::llsd::array_to_python
def indra::base::llsd::to_python
def indra::base::llsd::format_xml
def indra::base::llsd::format_notation
def indra::base::llsd::_hex_as_nybble
def indra::base::llsd::format_binary
def indra::base::llsd::_format_binary_recurse
def indra::base::llsd::parse
def indra::base::llsd::llsd_convert_xml
def indra::base::llsd::llsd_convert_binary

Variables

tuple indra::base::llsd::int_regex = re.compile("[-+]?\d+")
tuple indra::base::llsd::real_regex = re.compile("[-+]?(\d+(\.\d*)?|\d*\.\d+)([eE][-+]?\d+)?")
tuple indra::base::llsd::alpha_regex = re.compile("[a-zA-Z]+")
tuple indra::base::llsd::date_regex = re.compile("(?P<year>\d{4})-(?P<month>\d{2})-(?P<day>\d{2})T(?P<hour>\d{2}):(?P<minute>\d{2}):(?P<second>\d{2})(?P<second_float>\.\d{2})?Z")
tuple indra::base::llsd::BOOL_TRUE = ('1', '1.0', 'true')
tuple indra::base::llsd::BOOL_FALSE = ('0', '0.0', 'false', '')
tuple indra::base::llsd::NODE_HANDLERS
tuple indra::base::llsd::undef = LLSD(None)


Generated on Fri May 16 08:34:33 2008 for SecondLife by  doxygen 1.5.5