QListMembers Class Reference

List of all members.

Detailed Description

TMemberInspector to get info on TObject's members.

Author:
Marco Vignati
Get Address, Type and value converted to string of all basic members of a TObject. If called with a Streamer this works recursively, getting information on members.

Example:

  
  char parent[256];
  parent[0] = 0;
  QListMembers dm;
  fEventR->ShowMembers(dm, parent);
  std::map<std::string,QListMembers::Info> memberList = dm.Get();
  


Public Member Functions

void Inspect (TClass *cl, const char *parent, const char *name, const void *addr)
std::map< std::string, Info > Get ()
void Dump ()

Static Public Member Functions

static std::string TypeToBranchType (EDataType mtypes)

Private Attributes

std::map< std::string, Info > fMembersList

Classes

class  Info


The documentation for this class was generated from the following files:
Generated on Fri Mar 6 13:40:44 2009 for CUORE Software by  doxygen 1.5.1