Main MRPT website > C++ reference for MRPT 1.5.6
List of all members | 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 108 of file CArrayNumeric.h.

#include <mrpt/math/CArrayNumeric.h>

Inheritance diagram for mrpt::math::CArrayUInt< N >:
Inheritance graph

Public Types

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

Public Member Functions

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

Member Typedef Documentation

◆ Base

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

Definition at line 111 of file CArrayNumeric.h.

◆ mrpt_autotype

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

Definition at line 112 of file CArrayNumeric.h.

◆ value_type

typedef unsigned int mrpt::math::CArrayNumeric< unsigned int , N >::value_type
inherited

Definition at line 28 of file CArrayNumeric.h.

Constructor & Destructor Documentation

◆ CArrayUInt() [1/2]

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

Default constructor.

Definition at line 114 of file CArrayNumeric.h.

◆ CArrayUInt() [2/2]

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 115 of file CArrayNumeric.h.




Page generated by Doxygen 1.8.14 for MRPT 1.5.6 Git: 4c65e8431 Tue Apr 24 08:18:17 2018 +0200 at lun oct 28 01:35:26 CET 2019