babymaker  e95a6a9342d4604277fe7cc6149b6b5b24447d89
Public Member Functions | Public Attributes | List of all members
Variable Struct Reference

#include <generate_baby.hh>

Public Member Functions

 Variable ()
 
 Variable (const std::string &type, const std::string &name)
 
bool operator< (const Variable &var) const
 
bool operator< (const Variable &var) const
 

Public Attributes

std::string type_
 
std::string name_
 
TString name
 
long zip_size
 
long tot_size
 

Detailed Description

Definition at line 8 of file generate_baby.hh.

Constructor & Destructor Documentation

Variable::Variable ( )
inline

Definition at line 10 of file generate_baby.hh.

Variable::Variable ( const std::string &  type,
const std::string &  name 
)
inline

Definition at line 15 of file generate_baby.hh.

Member Function Documentation

bool Variable::operator< ( const Variable var) const
inline

Definition at line 20 of file disk_usage.cxx.

References name.

bool Variable::operator< ( const Variable var) const
inline

Definition at line 21 of file generate_baby.hh.

References name_, and type_.

Member Data Documentation

TString Variable::name

Definition at line 17 of file disk_usage.cxx.

Referenced by findVar(), main(), and operator<().

std::string Variable::name_

Definition at line 25 of file generate_baby.hh.

Referenced by operator<().

long Variable::tot_size

Definition at line 18 of file disk_usage.cxx.

Referenced by main().

std::string Variable::type_

Definition at line 25 of file generate_baby.hh.

Referenced by operator<().

long Variable::zip_size

Definition at line 18 of file disk_usage.cxx.

Referenced by main(), and varCompare().


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