Classes | |
| class | allocator |
| STL class. | |
| class | auto_ptr |
| STL class. | |
| class | ios_base |
| STL class. | |
| class | basic_ios |
| STL class. | |
| class | basic_istream |
| STL class. | |
| class | basic_ostream |
| STL class. | |
| class | basic_iostream |
| STL class. | |
| class | basic_ifstream |
| STL class. | |
| class | basic_ofstream |
| STL class. | |
| class | basic_fstream |
| STL class. | |
| class | basic_istringstream |
| STL class. | |
| class | basic_ostringstream |
| STL class. | |
| class | basic_stringstream |
| STL class. | |
| class | ios |
| STL class. | |
| class | wios |
| STL class. | |
| class | istream |
| STL class. | |
| class | wistream |
| STL class. | |
| class | ostream |
| STL class. | |
| class | wostream |
| STL class. | |
| class | ifstream |
| STL class. | |
| class | wifstream |
| STL class. | |
| class | ofstream |
| STL class. | |
| class | wofstream |
| STL class. | |
| class | fstream |
| STL class. | |
| class | wfstream |
| STL class. | |
| class | istringstream |
| STL class. | |
| class | wistringstream |
| STL class. | |
| class | ostringstream |
| STL class. | |
| class | wostringstream |
| STL class. | |
| class | stringstream |
| STL class. | |
| class | wstringstream |
| STL class. | |
| class | basic_string |
| STL class. | |
| class | string |
| STL class. | |
| class | wstring |
| STL class. | |
| class | complex |
| STL class. | |
| class | bitset |
| STL class. | |
| class | deque |
| STL class. | |
| class | list |
| STL class. | |
| class | map |
| STL class. | |
| class | multimap |
| STL class. | |
| class | set |
| STL class. | |
| class | multiset |
| STL class. | |
| class | vector |
| STL class. | |
| class | queue |
| STL class. | |
| class | priority_queue |
| STL class. | |
| class | stack |
| STL class. | |
| class | valarray |
| STL class. | |
| class | exception |
| STL class. | |
| class | bad_alloc |
| STL class. | |
| class | bad_cast |
| STL class. | |
| class | bad_typeid |
| STL class. | |
| class | logic_error |
| STL class. | |
| class | runtime_error |
| STL class. | |
| class | bad_exception |
| STL class. | |
| class | domain_error |
| STL class. | |
| class | invalid_argument |
| STL class. | |
| class | length_error |
| STL class. | |
| class | out_of_range |
| STL class. | |
| class | range_error |
| STL class. | |
| class | overflow_error |
| STL class. | |
| class | underflow_error |
| STL class. | |
Functions | |
| template<typename T , typename C > | |
| bool | operator== (const stlplus::smart_ptr_base< T, C > &a, const stlplus::smart_ptr_base< T, C > &b) |
| This operator enables comparing two smart pointers with "==" to test whether they point to the same object. | |
| template<typename T , typename C > | |
| bool | operator!= (const stlplus::smart_ptr_base< T, C > &a, const stlplus::smart_ptr_base< T, C > &b) |
| This operator enables comparing two smart pointers with "!=" to test whether they don't point to the same object. | |
| bool std::operator!= | ( | const stlplus::smart_ptr_base< T, C > & | a, | |
| const stlplus::smart_ptr_base< T, C > & | b | |||
| ) | [inline] |
This operator enables comparing two smart pointers with "!=" to test whether they don't point to the same object.
Definition at line 424 of file CSerializable.h.
References stlplus::smart_ptr_base< T, C >::aliases().
| bool std::operator== | ( | const stlplus::smart_ptr_base< T, C > & | a, | |
| const stlplus::smart_ptr_base< T, C > & | b | |||
| ) | [inline] |
This operator enables comparing two smart pointers with "==" to test whether they point to the same object.
Definition at line 418 of file CSerializable.h.
References stlplus::smart_ptr_base< T, C >::aliases().
| Page generated by Doxygen 1.5.9 for MRPT 0.7.1 SVN: at Mon Aug 17 22:20:53 EDT 2009 |