|
| EmplacableTestType () |
|
| EmplacableTestType (ArgType01 arg01) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07, ArgType08 arg08) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07, ArgType08 arg08, ArgType09 arg09) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07, ArgType08 arg08, ArgType09 arg09, ArgType10 arg10) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07, ArgType08 arg08, ArgType09 arg09, ArgType10 arg10, ArgType11 arg11) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07, ArgType08 arg08, ArgType09 arg09, ArgType10 arg10, ArgType11 arg11, ArgType12 arg12) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07, ArgType08 arg08, ArgType09 arg09, ArgType10 arg10, ArgType11 arg11, ArgType12 arg12, ArgType13 arg13) |
|
| EmplacableTestType (ArgType01 arg01, ArgType02 arg02, ArgType03 arg03, ArgType04 arg04, ArgType05 arg05, ArgType06 arg06, ArgType07 arg07, ArgType08 arg08, ArgType09 arg09, ArgType10 arg10, ArgType11 arg11, ArgType12 arg12, ArgType13 arg13, ArgType14 arg14) |
|
| EmplacableTestType (const EmplacableTestType &original) |
|
| ~EmplacableTestType () |
|
EmplacableTestType & | operator= (const EmplacableTestType &rhs) |
|
const ArgType01 & | arg01 () const |
|
const ArgType02 & | arg02 () const |
|
const ArgType03 & | arg03 () const |
|
const ArgType04 & | arg04 () const |
|
const ArgType05 & | arg05 () const |
|
const ArgType06 & | arg06 () const |
|
const ArgType07 & | arg07 () const |
|
const ArgType08 & | arg08 () const |
|
const ArgType09 & | arg09 () const |
|
const ArgType10 & | arg10 () const |
|
const ArgType11 & | arg11 () const |
|
const ArgType12 & | arg12 () const |
|
const ArgType13 & | arg13 () const |
|
const ArgType14 & | arg14 () const |
|
bool | isEqual (const EmplacableTestType &other) const |
|
This class provides a test object used to check that the arguments passed for creating an object with an in-place representation are of the correct type and value.
See bsltf_emplacabletesttype