| 
    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 <bits.h>

Public Types | |
| typedef uchar | TB1 | 
Public Member Functions | |
| TB1Def () | |
| ~TB1Def () | |
| TB1Def & | operator= (const TB1Def &) | 
Static Public Member Functions | |
| static int | GetB1Bits (const TB1 &B1) | 
| static uint | GetP2 (const int &P2Exp) | 
| static int | GetL2 (const uchar &Val) | 
| static bool | GetBit (const int &BitN, const uchar &Val) | 
Public Attributes | |
| TB1 * | B1P2T | 
| int * | B1BitsT | 
Static Public Attributes | |
| static const int | B1Bits = 8 | 
| static const int | MxP2Exp = TB1Def::B1Bits-1 | 
| static const TB1 | MxB1 = 0xFF | 
| static const TB1Def | B1Def | 
| typedef uchar TB1Def::TB1 | 
| TB1Def::TB1Def | ( | ) | 
| TB1Def::~TB1Def | ( | ) |  [inline] | 
        
| int TB1Def::GetB1Bits | ( | const TB1 & | B1 | ) |  [static] | 
        
| bool TB1Def::GetBit | ( | const int & | BitN, | 
| const uchar & | Val | ||
| ) |  [static] | 
        
| int TB1Def::GetL2 | ( | const uchar & | Val | ) |  [static] | 
        
| uint TB1Def::GetP2 | ( | const int & | P2Exp | ) |  [static] | 
        
const int TB1Def::B1Bits = 8 [static] | 
        
Definition at line 8 of file bits.h.
Referenced by TB2Def::GetB2Bits(), TB4Def::GetB4Bits(), and TB1Def().
| int* TB1Def::B1BitsT | 
Definition at line 12 of file bits.h.
Referenced by GetB1Bits(), TB2Def::GetB2Bits(), TB4Def::GetB4Bits(), TB1Def(), and ~TB1Def().
const TB1Def TB1Def::B1Def [static] | 
        
Definition at line 24 of file bits.h.
Referenced by TB8Set::Excl(), TB8Set::Fill(), TB8Set::Get1s(), GetB1Bits(), GetBit(), TB8Set::GetBit(), TB8Set::GetInt(), GetL2(), GetP2(), TB8Set::In(), TB8Set::Incl(), and TB8Set::PutInt().
Definition at line 11 of file bits.h.
Referenced by GetBit(), TB8Set::GetInt(), GetL2(), GetP2(), TB8Set::Incl(), TB1Def(), and ~TB1Def().
const TB1Def::TB1 TB1Def::MxB1 = 0xFF [static] | 
        
Definition at line 10 of file bits.h.
Referenced by TB8Set::Fill(), TB2Def::GetB2Bits(), TB4Def::GetB4Bits(), and TB1Def().
const int TB1Def::MxP2Exp = TB1Def::B1Bits-1 [static] |