| 
    SNAP Library 2.0, Developer Reference
    2013-05-13 16:33:57
    
   SNAP, a general purpose, high performance system for analysis and manipulation of large networks 
   | 
  
  
  
 
#include <dt.h>


Public Member Functions | |
| TChAIn (const TChA &ChA, const int &_BfC=0) | |
| ~TChAIn () | |
| bool | Eof () | 
| int | Len () const | 
| char | GetCh () | 
| char | PeekCh () | 
| int | GetBf (const void *LBf, const TSize &LBfL) | 
| void | Reset () | 
| bool | GetNextLnBf (TChA &LnChA) | 
Static Public Member Functions | |
| static PSIn | New (const TChA &ChA) | 
Private Member Functions | |
| TChAIn () | |
| TChAIn (const TChAIn &) | |
| TChAIn & | operator= (const TChAIn &) | 
Private Attributes | |
| const char * | Bf | 
| int | BfC | 
| int | BfL | 
| TChAIn::TChAIn | ( | ) |  [private] | 
        
| TChAIn::TChAIn | ( | const TChAIn & | ) |  [private] | 
        
| TChAIn::TChAIn | ( | const TChA & | ChA, | 
| const int & | _BfC = 0  | 
        ||
| ) | 
| TChAIn::~TChAIn | ( | ) |  [inline] | 
        
| bool TChAIn::Eof | ( | ) |  [inline, virtual] | 
        
| int TChAIn::GetBf | ( | const void * | LBf, | 
| const TSize & | LBfL | ||
| ) |  [virtual] | 
        
| char TChAIn::GetCh | ( | ) |  [inline, virtual] | 
        
| bool TChAIn::GetNextLnBf | ( | TChA & | LnChA | ) |  [virtual] | 
        
| int TChAIn::Len | ( | ) |  const [inline, virtual] | 
        
| static PSIn TChAIn::New | ( | const TChA & | ChA | ) |  [inline, static] | 
        
| char TChAIn::PeekCh | ( | ) |  [inline, virtual] | 
        
| void TChAIn::Reset | ( | ) |  [inline, virtual] | 
        
const char* TChAIn::Bf [private] | 
        
int TChAIn::BfC [private] | 
        
int TChAIn::BfL [private] |