|
| TableRow (const char fill, const char separator) |
|
| TableRow (const char fill, const char separator, int sv, int dv, int bv, const std::string &release, const std::string &date, const std::string &user, const std::string &host, const std::string &description, long num_of_obj=0, long num_of_attr=0, long num_of_rel=0) |
|
| TableRow (const char fill, const char separator, const std::string &s1, const std::string &s2, const std::string &s3, const std::string &s4, const std::string &s5, const std::string &s6, const std::string &s7) |
|
Definition at line 34 of file oks_ls_data.cxx.
◆ TableRow() [1/3]
TableRow::TableRow |
( |
const char | fill, |
|
|
const char | separator ) |
|
inline |
Definition at line 38 of file oks_ls_data.cxx.
static void fill(const ResourceSet &rs, std::vector< const ResourceSetOR * > &rs_or, std::vector< const ResourceSetAND * > &rs_and, TestCircularDependency &cd_fuse)
◆ TableRow() [2/3]
TableRow::TableRow |
( |
const char | fill, |
|
|
const char | separator, |
|
|
int | sv, |
|
|
int | dv, |
|
|
int | bv, |
|
|
const std::string & | release, |
|
|
const std::string & | date, |
|
|
const std::string & | user, |
|
|
const std::string & | host, |
|
|
const std::string & | description, |
|
|
long | num_of_obj = 0, |
|
|
long | num_of_attr = 0, |
|
|
long | num_of_rel = 0 ) |
|
inline |
Definition at line 39 of file oks_ls_data.cxx.
42 if(sv || dv || bv) {
43 std::ostringstream
s;
s << sv <<
'.' << dv;
44 if(bv != dv)
s <<
'.' << bv;
46 }
51 if(num_of_obj || num_of_attr || num_of_rel) {
52 std::ostringstream s2;
53 s2 << num_of_obj << ':' << num_of_attr << ':' << num_of_rel;
55 }
57 }
◆ TableRow() [3/3]
TableRow::TableRow |
( |
const char | fill, |
|
|
const char | separator, |
|
|
const std::string & | s1, |
|
|
const std::string & | s2, |
|
|
const std::string & | s3, |
|
|
const std::string & | s4, |
|
|
const std::string & | s5, |
|
|
const std::string & | s6, |
|
|
const std::string & | s7 ) |
|
inline |
◆ m_fill
◆ m_items
std::string TableRow::m_items[7] |
◆ m_separator
char TableRow::m_separator |
The documentation for this struct was generated from the following file: