#include <TRunInformationTable.hh>
Public 型 | |
enum | { tNotFound = -1 } |
Public メソッド | |
TRunInformationTable () | |
TRunInformationTable (const TRunInformationList &infolist) | |
TRunInformationTable (const TRunInformationTable &right) | |
~TRunInformationTable () | |
const TRunInformationTable & | operator= (const TRunInformationTable &right) |
Tbool | operator== (const TRunInformationTable &right) const |
Tbool | operator!= (const TRunInformationTable &right) const |
TRunInformationTable | operator+ (const TRunInformationTable &right) const |
TRunInformationTable | operator+ (const TRunInformationList &right) const |
TRunInformationTable | operator+ (const TRunInformation &right) const |
TRunInformationTable & | operator+= (const TRunInformationTable &right) |
TRunInformationTable & | operator+= (const TRunInformationList &right) |
TRunInformationTable & | operator+= (const TRunInformation &right) |
const TRunInformationList & | GetRunInformationList () const |
TRunInformationList & | GetRunInformationList () |
Tvoid | SetRunInformationList (const TRunInformationList &infolist) |
Tint | GetNumberOfRows () const |
Tvoid | SetRunInformation (const Tstring &item) |
Tvoid | SetRunInformation (const Tstring &item, const Tstring &value) |
Tvoid | SetRunInformation (const TRunInformation &runinfo) |
Tvoid | SetRunInformation () |
Tvoid | AddRunInformation (const Tstring &item) |
Tvoid | AddRunInformation (const Tstring &item, const Tstring &value) |
Tvoid | AddRunInformation (const TRunInformation &runinfo) |
Tvoid | AddRunInformation () |
Tstring | GetItem (const Tstring &value) const |
Tstring | GetItem (Tint nrow) const |
Tstring | GetValue (const Tstring &item) const |
Tstring | GetValue (Tint nrow) const |
Tint | FindItem (const Tstring &item) const |
Tint | FindValue (const Tstring &value) const |
Tint | FindRunInformation (const TRunInformation &runinfo) const |
Tbool | HasItem (const Tstring &item) const |
Tbool | HasRunInformation (const TRunInformation &runinfo) const |
Tvoid | Remove (const Tstring &item) |
Tvoid | Remove (const TRunInformation &runinfo) |
Tvoid | Clear () |
フレンド | |
Tostream & | operator<< (Tostream &tos, const TRunInformationTable &right) |
TOutputHtmlFileStream & | operator<< (TOutputHtmlFileStream &html, const TRunInformationTable &right) |
TRunInformationTable | operator+ (const TRunInformationList &left, const TRunInformationTable &right) |
TRunInformationTable | operator+ (const TRunInformation &left, const TRunInformationTable &right) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|