|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <lx.h>
Public Member Functions | |
| TPreproc (const TStr &InFNm, const TStr &OutFNm, const TStr &SubstFNm, const TStrV &_SubstKeyIdV) | |
Static Public Member Functions | |
| static void | Execute (const TStr &InFNm, const TStr &OutFNm, const TStr &InSubstFNm, const TStrV &SubstKeyIdV) |
Private Member Functions | |
| char | GetCh () |
| bool | IsSubstId (const TStr &SubstId, TStr &SubstValStr) const |
| UndefDefaultCopyAssign (TPreproc) | |
Private Attributes | |
| PSIn | SIn |
| TStrV | SubstKeyIdV |
| char | PrevCh |
| char | Ch |
| THash< TStr, TStrPrV > | SubstIdToKeyIdValPrVH |
| TPreproc::TPreproc | ( | const TStr & | InFNm, |
| const TStr & | OutFNm, | ||
| const TStr & | SubstFNm, | ||
| const TStrV & | _SubstKeyIdV | ||
| ) |
Definition at line 857 of file lx.cpp.
|
private |
|
private |