|
ATLAS Offline Software
|
Go to the documentation of this file.
46 void print()
const { std::cout <<
"Output::TC11:Class of one integer = "<<
"\t"
51 return(
"TestClass11");
81 for(
int j=0;j<
size;j++){
91 std::cout <<
"Output::TC12 class of dynamic array of integers"<<std::endl;
92 for(
int j=0; j<
size; j++) {
94 std::cout<<
p[j]<<
"\t";
97 std::cout << std::endl;
102 return(
"TestClass12");
107 for(
int j=0; j<
size; j++){
130 for(
int j=0;j<3;j++){
138 void print()
const { std::cout <<
"Output::TC13: array of integers "<<
"\t"
145 return(
"TestClass13");
151 for(
int k=0;
k<3;
k++){
184 std::cout <<
"Output::TC14: Pointer to TestClass11(integer) "<<std::endl;
195 return(
"TestClass14");
211 void print()
const{std::cout<<
"TCB:" <<
this <<
" aa: " <<
aa <<std::endl;
215 return(
"TestClassB");
233 std::cout<<
"TCA:"<<
"\t"
234 <<
"bb: " <<
bb <<
" and this: " <<
this <<std::endl;
239 return(
"TestClassA");
267 std::cout <<
"TestClassB::TestClassB()" << std::endl;
272 std::cout <<
"TestClassB::~TestClassB()" << std::endl;
290 std::cout<<
"Output:base class member:"<<
ai<<std::endl;
324 std::cout<<
"Output::inherited class member from TCBase:"<<
ai<<std::endl;
394 void print()
const{std::cout<<
"TC2 "<<
"\t"
400 return(
"TestClass2");
446 for (
int j=0; j<
i; j++){
456 std::cout <<
"Output::"<<
getKey() <<
" vector of integers: ";
458 for (
int i=0;
i<maxsiz;
i++){
461 std::cout << std::endl;
476 std::cout <<
"Output vectors same size" << std::endl;
477 for(
int j=0; j<10; j++){
504 for (
int j=0; j<
i; j++){
511 for (
int j=0; j<siz; j++)
delete my_ptrint.at(j);
515 std::cout <<
"Output::"<<
getKey() <<
" vector of pointer to integers: ";
518 for (
int i=0;
i<maxsiz;
i++)
520 std::cout << std::endl;
531 for(
unsigned int j=0; j<
my_ptrint.size(); j++){
548 std::vector<class TestClass11>
my_TC;
565 void print()
const { std::cout <<
"TCvec1 "<<std::endl;
bool isEqual(const TestClass *) const
std::string getKey() const
bool isEqual(const TestClass *otherobj) const
std::string getKey() const
bool isEqual(const TestClass *otherobj) const
virtual std::string getKey() const
bool isEqual(const TestClass *otherobj) const
std::string getKey() const
std::string getKey() const
bool isEqual(const TestClass *otherobj) const
bool isEqual(const TestClass *) const
bool isEqual(const TestClass *) const
bool isEqual(const TestClass *otherobj) const
bool isEqual(const TestClass *otherobj) const
std::vector< class TestClass11 > my_TC
std::string getKey() const
std::string getKey() const
bool isEqual(const TestClass *otherobj) const
TestClass12(const int i, const int s)
std::string getKey() const
bool isEqual(const TestClass *otherobj) const
TestClass2(const double i)
std::string getKey() const
virtual void print() const =0
std::string getKey() const
Test classes for the Serializer 2006/07 Sara.Maguerite.Traynor@cern.ch.
std::vector< int * > my_ptrint
std::vector< int > my_integers
std::string getKey() const
bool isEqual(const TestClass *otherobj) const
std::string getKey() const
std::string getKey() const
bool isEqual(const TestClass *otherobj) const
virtual bool isEqual(const TestClass *otherobj) const =0
TestClass2(const float i)
void SetA(TestClassA *ptr)
std::string getKey() const