|
SNAP Library 2.4, Developer Reference
2015-05-11 19:40:56
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <lx.h>

Public Member Functions | |
| TILxSymSt () | |
| TILxSymSt (const TILxSymSt &SymSt) | |
| TILxSymSt (TILx &Lx) | |
| TILxSymSt (TSIn &) | |
| void | Save (TSOut &) |
| void | Restore (TILx &Lx) |
Private Attributes | |
| TLxSym | Sym |
| TStr | Str |
| TStr | UcStr |
| TStr | CmtStr |
| bool | Bool |
| int | Int |
| double | Flt |
| int | SymLnN |
| int | SymLnChN |
| int | SymChN |
| TILxSymSt::TILxSymSt | ( | const TILxSymSt & | SymSt | ) |
|
inline |
| void TILxSymSt::Restore | ( | TILx & | Lx | ) |
Definition at line 262 of file lx.cpp.
References Bool, TILx::Bool, CmtStr, TILx::CmtStr, Flt, TILx::Flt, Int, TILx::Int, Str, TILx::Str, Sym, TILx::Sym, SymChN, TILx::SymChN, SymLnChN, TILx::SymLnChN, SymLnN, TILx::SymLnN, UcStr, and TILx::UcStr.
Referenced by TILx::GetSym(), and TILx::PeekSym().

|
inline |