| 
    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 <fl.h>
Public Member Functions | |
| TCs () | |
| TCs (const TCs &Cs) | |
| TCs (const int &Int) | |
| TCs & | operator= (const TCs &Cs) | 
| bool | operator== (const TCs &Cs) const | 
| TCs & | operator+= (const TCs &Cs) | 
| TCs & | operator+= (const char &Ch) | 
| TCs & | operator+= (const int &Int) | 
| int | Get () const | 
Static Public Member Functions | |
| static TCs | GetCsFromBf (char *Bf, const int &BfL) | 
Private Attributes | |
| int | Val | 
Static Private Attributes | |
| static const int | MxMask =0x0FFFFFFF | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  static | 
Definition at line 12 of file fl.cpp.
Referenced by TFRnd::GetSIn(), and TFRnd::PutSIn().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  staticprivate | 
Definition at line 13 of file fl.h.
Referenced by operator+=().
      
  | 
  private | 
Definition at line 14 of file fl.h.
Referenced by Get(), operator+=(), operator=(), and operator==().