SNAP Library 2.1, Developer Reference  2013-09-25 10:47:25
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
TILxSymSt Class Reference

#include <lx.h>

Collaboration diagram for TILxSymSt:

List of all members.

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

Detailed Description

Definition at line 107 of file lx.h.


Constructor & Destructor Documentation

Definition at line 244 of file lx.cpp.

                    :
  Sym(syUndef),
  Str(), UcStr(), CmtStr(),
  Bool(false), Int(0), Flt(0),
  SymLnN(-1), SymLnChN(-1), SymChN(-1){}
TILxSymSt::TILxSymSt ( const TILxSymSt SymSt)

Definition at line 250 of file lx.cpp.

References Fail.

                                          :
  Sym(SymSt.Sym),
  Str(SymSt.Str), UcStr(SymSt.UcStr), CmtStr(SymSt.CmtStr),
  Bool(SymSt.Bool), Int(SymSt.Int), Flt(SymSt.Flt),
  SymLnN(SymSt.SymLnN), SymLnChN(SymSt.SymLnChN), SymChN(SymSt.SymChN){Fail;}

Definition at line 256 of file lx.cpp.

                            :
  Sym(Lx.Sym),
  Str(Lx.Str), UcStr(Lx.UcStr), CmtStr(Lx.CmtStr),
  Bool(Lx.Bool), Int(Lx.Int), Flt(Lx.Flt),
  SymLnN(Lx.SymLnN), SymLnChN(Lx.SymLnChN), SymChN(Lx.SymChN){}
TILxSymSt::TILxSymSt ( TSIn ) [inline]

Definition at line 117 of file lx.h.

References Fail.

{Fail;}

Member Function Documentation

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().

                               {
  Lx.Sym=Sym;
  Lx.Str=Str; Lx.UcStr=UcStr; Lx.CmtStr=CmtStr;
  Lx.Bool=Bool; Lx.Int=Int; Lx.Flt=Flt;
  Lx.SymLnN=SymLnN; Lx.SymLnChN=SymLnChN; Lx.SymChN=Lx.SymChN;}

Here is the caller graph for this function:

void TILxSymSt::Save ( TSOut ) [inline]

Definition at line 118 of file lx.h.

References Fail.

{Fail;}

Member Data Documentation

bool TILxSymSt::Bool [private]

Definition at line 111 of file lx.h.

Referenced by Restore().

Definition at line 110 of file lx.h.

Referenced by Restore().

double TILxSymSt::Flt [private]

Definition at line 111 of file lx.h.

Referenced by Restore().

int TILxSymSt::Int [private]

Definition at line 111 of file lx.h.

Referenced by Restore().

TStr TILxSymSt::Str [private]

Definition at line 110 of file lx.h.

Referenced by Restore().

Definition at line 109 of file lx.h.

Referenced by Restore().

int TILxSymSt::SymChN [private]

Definition at line 112 of file lx.h.

int TILxSymSt::SymLnChN [private]

Definition at line 112 of file lx.h.

Referenced by Restore().

int TILxSymSt::SymLnN [private]

Definition at line 112 of file lx.h.

Referenced by Restore().

Definition at line 110 of file lx.h.

Referenced by Restore().


The documentation for this class was generated from the following files: