Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members

TestResult Class Reference

#include <testresult.h>

List of all members.

Public Member Functions

 TestResult ()
void setCardType (char *s)
void setNotes (char *s)
void setUnknowns (char *s)
void addTag (char *s, char *t)
void addExtraTag (char *s)
char * getNameTag (int i)
char * getDataTag (int i)
char * getExtraTag (int i)
char * getCardType (void)
char * getNotes (void) const
char * getUnknowns (void) const
int getNumTags (void) const
int getNumExtraTags (void) const
bool isValid (void) const

Private Member Functions

bool tagExists (char *n) const

Private Attributes

char * cardType
stringVec nameTags
stringVec dataTags
stringVec extraTags
intVec freq
char * notes
char * unknowns
bool valid


Constructor & Destructor Documentation

TestResult::TestResult  ) 
 


Member Function Documentation

void TestResult::addExtraTag char *  s  ) 
 

void TestResult::addTag char *  s,
char *  t
 

Here is the call graph for this function:

char * TestResult::getCardType void   ) 
 

char * TestResult::getDataTag int  i  ) 
 

char * TestResult::getExtraTag int  i  ) 
 

char * TestResult::getNameTag int  i  ) 
 

char * TestResult::getNotes void   )  const
 

int TestResult::getNumExtraTags void   )  const
 

int TestResult::getNumTags void   )  const
 

char * TestResult::getUnknowns void   )  const
 

bool TestResult::isValid void   )  const
 

void TestResult::setCardType char *  s  ) 
 

void TestResult::setNotes char *  s  ) 
 

void TestResult::setUnknowns char *  s  ) 
 

bool TestResult::tagExists char *  n  )  const [private]
 


Member Data Documentation

char* TestResult::cardType [private]
 

stringVec TestResult::dataTags [private]
 

stringVec TestResult::extraTags [private]
 

intVec TestResult::freq [private]
 

stringVec TestResult::nameTags [private]
 

char* TestResult::notes [private]
 

char* TestResult::unknowns [private]
 

bool TestResult::valid [private]
 


The documentation for this class was generated from the following files:
Generated on Thu Apr 7 01:57:19 2005 for StripeSnoop by doxygen 1.3.3