|
SNAP Library 4.1, User Reference
2018-07-26 16:30:42
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
private |
| struct { ... } TConv_Pt64Ints32::UInt32 |
| union { ... } TConv_Pt64Ints32::Val |