SMIL  1.0.4
BIN Struct Reference
+ Collaboration diagram for BIN:

Public Types

typedef BIN_TYPE Type
 
typedef Type * lineType
 
typedef lineType * sliceType
 

Public Member Functions

 BIN (BIN_TYPE v=numeric_limits< BIN_TYPE >::min())
 
 BIN (bool b)
 
 BIN (double v)
 
bitIndexoperator[] (UINT8 pos)
 
ostream & printSelf (ostream &os=cout)
 
BINoperator= (BIN_TYPE v)
 
BINoperator= (bool b)
 
BINoperator= (const char *s)
 

Static Public Member Functions

static BIN_TYPE min ()
 
static BIN_TYPE max ()
 
static BIN_TYPE binLen (BIN_TYPE bitCount)
 

Public Attributes

BIN_TYPE val
 

Static Public Attributes

static const BIN_TYPE SIZE = sizeof(BIN_TYPE)*CHAR_BIT
 
static const BIN_TYPE MS_BIT = (1UL << (SIZE - 2))
 Most significant bit.
 
static const BIN_TYPE LS_BIT = 0x01
 Less significant bit.
 

The documentation for this struct was generated from the following file: