proxygen
Tracker Struct Reference
Inheritance diagram for Tracker:
DataTracker< isRelocatable > DataTracker<(f &IS_RELOCATABLE)!=0 > Data< f, pad >

Public Member Functions

 Tracker (Tracker *self, int uid)
 

Public Attributes

Trackerself
 
int uid
 

Static Public Attributes

static int UID = 1234
 
static std::map< int, int > UIDCount
 
static int UIDTotal = 0
 
static std::map< const Tracker *, int > Locations
 
static bool Print = false
 

Detailed Description

Definition at line 487 of file StlVectorTest.cpp.

Constructor & Destructor Documentation

Tracker::Tracker ( Tracker self,
int  uid 
)
inline

Definition at line 497 of file StlVectorTest.cpp.

497 : self(self), uid(uid) {}

Member Data Documentation

std::map< const Tracker *, int > Tracker::Locations
static

Definition at line 491 of file StlVectorTest.cpp.

Referenced by DataTracker<(f &IS_RELOCATABLE)!=0 >::print().

bool Tracker::Print = false
static

Definition at line 492 of file StlVectorTest.cpp.

Referenced by DataTracker<(f &IS_RELOCATABLE)!=0 >::print().

Tracker* Tracker::self

Definition at line 494 of file StlVectorTest.cpp.

int Tracker::UID = 1234
static

Definition at line 488 of file StlVectorTest.cpp.

Referenced by DataTracker<(f &IS_RELOCATABLE)!=0 >::print().

int Tracker::uid

Definition at line 495 of file StlVectorTest.cpp.

std::map< int, int > Tracker::UIDCount
static

Definition at line 489 of file StlVectorTest.cpp.

Referenced by DataTracker<(f &IS_RELOCATABLE)!=0 >::print().

int Tracker::UIDTotal = 0
static

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