|
SNAP Library , Developer Reference
2013-01-07 14:03:36
SNAP, a general purpose, high performance system for analysis and manipulation of large networks
|
#include <bd.h>
Public Member Functions | |
| TConv_Pt64Ints32 () | |
| TConv_Pt64Ints32 (void *Pt) | |
| TConv_Pt64Ints32 (const uint &Ms, const uint &Ls) | |
| void | PutPt (void *Pt) |
| void * | GetPt () const |
| void | PutUInt64 (const uint64 &_UInt64) |
| uint64 | GetUInt64 () const |
| void | PutMsUInt32 (const uint &Ms) |
| uint | GetMsUInt32 () const |
| void | PutLsUInt32 (const uint &Ls) |
| uint | GetLsUInt32 () const |
Private Member Functions | |
| UndefCopyAssign (TConv_Pt64Ints32) | |
Private Attributes | |
| union { | |
| void * Pt | |
| uint64 UInt64 | |
| struct { | |
| uint Ls | |
| uint Ms | |
| } UInt32 | |
| } | Val |
| TConv_Pt64Ints32::TConv_Pt64Ints32 | ( | ) | [inline] |
| TConv_Pt64Ints32::TConv_Pt64Ints32 | ( | void * | Pt | ) | [inline] |
| TConv_Pt64Ints32::TConv_Pt64Ints32 | ( | const uint & | Ms, |
| const uint & | Ls | ||
| ) | [inline] |
| uint TConv_Pt64Ints32::GetLsUInt32 | ( | ) | const [inline] |
| uint TConv_Pt64Ints32::GetMsUInt32 | ( | ) | const [inline] |
| void* TConv_Pt64Ints32::GetPt | ( | ) | const [inline] |
| uint64 TConv_Pt64Ints32::GetUInt64 | ( | ) | const [inline] |
Definition at line 558 of file bd.h.
References Val.
Referenced by TUInt64::TUInt64().
{return Val.UInt64;}

| void TConv_Pt64Ints32::PutLsUInt32 | ( | const uint & | Ls | ) | [inline] |
| void TConv_Pt64Ints32::PutMsUInt32 | ( | const uint & | Ms | ) | [inline] |
| void TConv_Pt64Ints32::PutPt | ( | void * | Pt | ) | [inline] |
| void TConv_Pt64Ints32::PutUInt64 | ( | const uint64 & | _UInt64 | ) | [inline] |
| TConv_Pt64Ints32::UndefCopyAssign | ( | TConv_Pt64Ints32 | ) | [private] |
Definition at line 544 of file bd.h.
Referenced by PutLsUInt32(), and TConv_Pt64Ints32().
Definition at line 544 of file bd.h.
Referenced by PutMsUInt32(), and TConv_Pt64Ints32().
| void* TConv_Pt64Ints32::Pt |
Definition at line 542 of file bd.h.
Referenced by PutPt(), and TConv_Pt64Ints32().
| struct { ... } TConv_Pt64Ints32::UInt32 |
union { ... } TConv_Pt64Ints32::Val [private] |
Referenced by GetLsUInt32(), GetMsUInt32(), GetPt(), GetUInt64(), PutLsUInt32(), PutMsUInt32(), PutPt(), PutUInt64(), and TConv_Pt64Ints32().