Medial Code Documentation
Loading...
Searching...
No Matches
Public Member Functions | Data Fields
dmlc::io::s3::XMLIter Struct Reference

Public Member Functions

 XMLIter (const char *content)
 
std::string str (void) const
 convert to string
 
bool GetNext (const char *key, XMLIter *value)
 get next value of corresponding key in xml string
 

Data Fields

const char * content_
 
const char * cend_
 

Member Function Documentation

◆ GetNext()

bool dmlc::io::s3::XMLIter::GetNext ( const char *  key,
XMLIter value 
)
inline

get next value of corresponding key in xml string

Parameters
keythe key in xml field
valuethe return value if success
Returns
if the get is success

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