|
SNAP Library 2.3, Developer Reference
2014-06-16 11:58:46
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <exp.h>

Public Member Functions | |
| TExpHelpObj () | |
| TExpHelpObj (const TExpHelpObjType &_Type, const TStr &_CatNm, const PExpHelpItem &_HdItem, const TExpHelpItemV &_ArgItemV) | |
| ~TExpHelpObj () | |
| TExpHelpObj (TSIn &SIn) | |
| void | Save (TSOut &SOut) const |
| TExpHelpObj & | operator= (const TExpHelpObj &) |
| bool | operator== (const TExpHelpObj &) const |
| TExpHelpObjType | GetType () const |
| TStr | GetCatNm () const |
| PExpHelpItem | GetHdItem () const |
| int | GetArgItems () const |
| PExpHelpItem | GetArgItem (const int &ArgItemN) const |
| TStr | GetHdArgNmStr () const |
Static Public Member Functions | |
| static PExpHelpObj | New (const TExpHelpObjType &Type, const TStr &CatNm, const PExpHelpItem &HdItem, const TExpHelpItemV &ArgItemV=TExpHelpItemV()) |
| static PExpHelpObj | Load (TSIn &SIn) |
| static TExpHelpObjType | GetObjTypeFromStr (const TStr &TypeStr) |
Private Attributes | |
| TCRef | CRef |
| TInt | Type |
| TStr | CatNm |
| PExpHelpItem | HdItem |
| TExpHelpItemV | ArgItemV |
Friends | |
| class | TPt< TExpHelpObj > |
|
inline |
|
inline |
|
inline |
| TStr TExpHelpObj::GetHdArgNmStr | ( | ) | const |
Definition at line 1032 of file exp.cpp.
References ArgItemV, ehotFunc, ehotOp, ehotTempl, ehotVar, Fail, TExpHelpItem::GetNm(), TExpHelpItem::GetTypeStr(), HdItem, TVec< TVal, TSizeTy >::Len(), and Type.

|
inline |
|
static |
Definition at line 1074 of file exp.cpp.
References ehotFunc, ehotOp, ehotTempl, ehotUndef, ehotVar, and TExcept::Throw().
Referenced by TExpHelp::LoadXml().


|
inline |
|
inlinestatic |
|
inlinestatic |
Definition at line 320 of file exp.h.
Referenced by TExpHelp::LoadXml().

|
inline |
|
inline |
|
inline |
Definition at line 328 of file exp.h.
References TStr::Save(), and TPt< TRec >::Save().

|
friend |
|
private |
Definition at line 314 of file exp.h.
Referenced by GetHdArgNmStr().
|
private |
Definition at line 313 of file exp.h.
Referenced by GetHdArgNmStr().
|
private |
Definition at line 311 of file exp.h.
Referenced by GetHdArgNmStr().