SNAP Library 3.0, User Reference
2016-07-20 17:56:49
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 |
|
static |
|
static |
|
static |