| 
    SNAP Library 2.3, Developer Reference
    2014-06-16 11:58:46
    
   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 | 
Definition at line 558 of file bd.h.
References Val.
Referenced by TUInt64::TUInt64().

      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  inline | 
      
  | 
  private | 
| uint TConv_Pt64Ints32::Ls | 
Definition at line 544 of file bd.h.
Referenced by PutLsUInt32(), and TConv_Pt64Ints32().
| uint TConv_Pt64Ints32::Ms | 
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 | 
Referenced by GetLsUInt32(), GetMsUInt32(), GetPt(), GetUInt64(), PutLsUInt32(), PutMsUInt32(), PutPt(), PutUInt64(), and TConv_Pt64Ints32().