Open-Transactions  0.93.0-ge03d287
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
opentxs::OTStringXML::OTStringXMLPvt Class Reference
Inheritance diagram for opentxs::OTStringXML::OTStringXMLPvt:
Collaboration diagram for opentxs::OTStringXML::OTStringXMLPvt:

Public Member Functions

 OTStringXMLPvt (OTStringXML *ptr)
 
int read (void *buffer, unsigned sizeToRead)
 
int getSize ()
 

Public Attributes

OTStringXMLsuper
 

Detailed Description

Definition at line 142 of file OTStringXML.cpp.

Constructor & Destructor Documentation

opentxs::OTStringXML::OTStringXMLPvt::OTStringXMLPvt ( OTStringXML ptr)
inline

Definition at line 146 of file OTStringXML.cpp.

147  : super(ptr)
148  {
149  }

Member Function Documentation

int opentxs::OTStringXML::OTStringXMLPvt::getSize ( )
inline

Definition at line 158 of file OTStringXML.cpp.

159  {
160  return super->getSize();
161  }
int opentxs::OTStringXML::OTStringXMLPvt::read ( void *  buffer,
unsigned  sizeToRead 
)
inline

Definition at line 153 of file OTStringXML.cpp.

154  {
155  return super->read(buffer, sizeToRead);
156  }
int32_t read(void *buffer, uint32_t sizeToRead)

Member Data Documentation

OTStringXML* opentxs::OTStringXML::OTStringXMLPvt::super

Definition at line 151 of file OTStringXML.cpp.


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