Main MRPT website > C++ reference
MRPT logo
List of all members | Public Types | Public Member Functions
mrpt::math::CArrayInt< N > Class Template Reference

Detailed Description

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

A partial specialization of CArrayNumeric for int numbers.

See Also
CArrayNumeric, CArray

Definition at line 392 of file CArray.h.

#include <mrpt/math/CArray.h>

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

Public Types

typedef CArrayNumeric< int, N > Base
 
typedef CArrayInt< N > mrpt_autotype
 

Public Member Functions

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

Member Typedef Documentation

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

Definition at line 395 of file CArray.h.

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

Definition at line 396 of file CArray.h.

Constructor & Destructor Documentation

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

Default constructor.

Definition at line 398 of file CArray.h.

template<std::size_t N>
mrpt::math::CArrayInt< N >::CArrayInt ( const int *  ptr)
inline

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

Definition at line 399 of file CArray.h.




Page generated by Doxygen 1.8.3 for MRPT 0.9.6 SVN: at Fri Feb 15 22:05:02 EST 2013