SNAP Library 3.0, User Reference
2016-07-20 17:56:49
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <xml.h>
Static Public Member Functions | |
static TStr | GetTagNm (const TStr &TypeNm) |
static void | AssertXmlHd (const PXmlTok &XmlTok, const TStr &Nm, const TStr &TypeNm) |
static bool | GetBoolArg (const PXmlTok &XmlTok, const TStr &Nm) |
static int | GetIntArg (const PXmlTok &XmlTok, const TStr &Nm) |
static int64 | GetInt64Arg (const PXmlTok &XmlTok, const TStr &Nm) |
static double | GetFltArg (const PXmlTok &XmlTok, const TStr &Nm) |
Static Private Attributes | |
static TStrStrH | TypeNmToTagNmH |
|
static |
Definition at line 104 of file xml.cpp.
Definition at line 89 of file xml.cpp.
Definition at line 74 of file xml.cpp.