|
|
|
|
Documentation |
|
Main Page Namespace List Class Hierarchy Alphabetical List Compound List File List Namespace Members Compound Members File Members Related Pages Search
i_xml.cpp File ReferenceInput xml stream.
More...
#include "stdmisc.h"
#include "nel/misc/i_xml.h"
#include <libxml/xmlerror.h>
Go to the source code of this file.
Detailed Description
Input xml stream.
-
Id:
-
i_xml.cpp,v 1.10 2002/06/28 20:01:41 hanappe Exp
Definition in file i_xml.cpp.
Define Documentation
#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. |
|
|