Main MRPT website > C++ reference
MRPT logo
Public Types | Public Member Functions

mrpt::math::CArrayUInt< N > Class Template Reference


Detailed Description

template<std::size_t N>
class mrpt::math::CArrayUInt< N >

A partial specialization of CArrayNumeric for unsigned int numbers.

See also:
CArrayNumeric, CArray

Definition at line 405 of file CArray.h.

#include <mrpt/math/CArray.h>

Inheritance diagram for mrpt::math::CArrayUInt< N >:
Inheritance graph
[legend]

List of all members.

Public Types

typedef CArrayNumeric
< unsigned int, N > 
Base
typedef CArrayUInt< N > mrpt_autotype

Public Member Functions

 CArrayUInt ()
 Default constructor.
 CArrayUInt (const unsigned int *ptr)
 Constructor from initial values ptr[0]-ptr[N-1].

Member Typedef Documentation

template<std::size_t N>
typedef CArrayNumeric<unsigned int,N> mrpt::math::CArrayUInt< N >::Base

Reimplemented from mrpt::math::CArrayNumeric< unsigned int, N >.

Definition at line 408 of file CArray.h.

template<std::size_t N>
typedef CArrayUInt<N> mrpt::math::CArrayUInt< N >::mrpt_autotype

Definition at line 409 of file CArray.h.


Constructor & Destructor Documentation

template<std::size_t N>
mrpt::math::CArrayUInt< N >::CArrayUInt ( ) [inline]

Default constructor.

Definition at line 411 of file CArray.h.

template<std::size_t N>
mrpt::math::CArrayUInt< N >::CArrayUInt ( const unsigned int *  ptr) [inline]

Constructor from initial values ptr[0]-ptr[N-1].

Definition at line 412 of file CArray.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN:exported at Tue Jan 25 21:56:31 UTC 2011