Go to the documentation of this file.
23 template <
typename STLCONTAINER>
41 operator const STLCONTAINER&()
const {
return m_source; }
43 const typename STLCONTAINER::value_type&
operator[](
const int i)
const
53 typename STLCONTAINER::const_reverse_iterator
rbegin()
const
57 typename STLCONTAINER::const_reverse_iterator
rend()
const
const Scalar * const_iterator
STLCONTAINER::const_iterator end() const
#define ASSERT_EQUAL_(__A, __B)
Assert comparing two values, reporting their actual values upon failure.
ContainerReadOnlyProxyAccessor< STLCONTAINER > & operator=(const ContainerReadOnlyProxyAccessor< STLCONTAINER > &o)
Don't copy the reference to the source object, but copy the contained data.
This is the global namespace for all Mobile Robot Programming Toolkit (MRPT) libraries.
ContainerReadOnlyProxyAccessor(STLCONTAINER &source)
ctor: binds to source object
GLsizei GLsizei GLchar * source
STLCONTAINER::const_iterator begin() const
A generic proxy accessor template that only allows read-only access to the original binded STL contai...
const STLCONTAINER::value_type & operator[](const int i) const
STLCONTAINER::const_reverse_iterator rend() const
STLCONTAINER::const_reverse_iterator rbegin() const
Page generated by Doxygen 1.8.17 for MRPT 1.9.9 Git: ad3a9d8ae Tue May 1 23:10:22 2018 -0700 at miƩ 12 jul 2023 10:03:34 CEST | |