Main MRPT website > C++ reference
MRPT logo
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 391 of file CArray.h.

#include <mrpt/math/CArray.h>

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

List of all members.

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

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

Definition at line 394 of file CArray.h.

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

Definition at line 395 of file CArray.h.


Constructor & Destructor Documentation

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

Default constructor.

Definition at line 397 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 398 of file CArray.h.




Page generated by Doxygen 1.7.3 for MRPT 0.9.4 SVN: at Sat Mar 26 06:16:28 UTC 2011