Public Methods | |
MyBigClass () | |
Private Attributes | |
std::vector< int > | m_vec |
|
Definition at line 32 of file SGtester.cxx. References m_vec.
00032 { 00033 for(int i=0; i!=1000; ++i){ 00034 m_vec.push_back(i); 00035 } 00036 } |
|
Definition at line 38 of file SGtester.cxx. Referenced by MyBigClass(). |