Definition in file i_xml.cpp.
#include "stdmisc.h"
#include "nel/misc/i_xml.h"
#include <libxml/xmlerror.h>
Go to the source code of this file.
Namespaces | |
namespace | NLMISC |
Defines | |
#define | NLMISC_READ_BUFFER_SIZE 1024 |
#define | readnumber(dest, thetype, digits, convfunc) |
|
|
|
Value: string number_as_string; \ serialSeparatedBufferIn( number_as_string ); \ dest = (thetype)convfunc( number_as_string.c_str() ); Definition at line 48 of file i_xml.cpp. Referenced by NLMISC::CStringStream::serial(), NLMISC::CMemStream::serial(), NLMISC::CStringStream::serialHex(), and NLMISC::CMemStream::serialHex(). |