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 <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, TILx::SymChN, SymLnChN, TILx::SymLnChN, SymLnN, TILx::SymLnN, UcStr, and TILx::UcStr.
Referenced by TILx::GetSym(), and TILx::PeekSym().
|
inline |