STL namespace. More...
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<class T , std::size_t N> | |
| void | swap (mrpt::math::CArray< T, N > &x, mrpt::math::CArray< T, N > &y) |
| 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. | |
STL namespace.
| 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 289 of file CObject.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 283 of file CObject.h.
References stlplus::smart_ptr_base< T, C >::aliases().
| void std::swap | ( | mrpt::math::CArray< T, N > & | x, | |
| mrpt::math::CArray< T, N > & | y | |||
| ) | [inline] |
Definition at line 505 of file CArray.h.
References mrpt::math::CArray< T, N >::swap().
Referenced by mrpt::math::CSparseSymmetricalMatrix< T >::operator()(), mrpt::poses::CPose3DQuat::swap(), and mrpt::math::CMatrixTemplate< TPoint3D >::swapCols().
| Page generated by Doxygen 1.6.1 for MRPT 0.9.0 SVN: at Mon Jun 7 06:47:58 UTC 2010 |