YARP
Yet Another Robot Platform
Vector.h File Reference

contains the definition of a Vector type More...

#include <cstring>
#include <cstddef>
#include <memory>
#include <string>
#include <vector>
#include <yarp/os/Portable.h>
#include <yarp/os/ManagedBytes.h>
#include <yarp/os/Type.h>
#include <yarp/sig/api.h>
#include <yarp/os/Log.h>
+ Include dependency graph for Vector.h:

Go to the source code of this file.

Classes

class  yarp::sig::VectorBase
 A Base class for a VectorOf<T>, provide default implementation for read/write methods. More...
 
class  yarp::sig::VectorOf< T >
 Provides: More...
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::sig
 Signal processing.
 

Typedefs

typedef VectorOf< double > yarp::sig::Vector
 

Functions

template<class T >
int BottleTagMap ()
 
template<>
int BottleTagMap< double > ()
 
template<>
int BottleTagMap< int > ()
 

Detailed Description

contains the definition of a Vector type

Definition in file Vector.h.

Function Documentation

◆ BottleTagMap()

template<class T >
int BottleTagMap ( )
inline

Definition at line 88 of file Vector.h.

◆ BottleTagMap< double >()

template<>
int BottleTagMap< double > ( )
inline

Definition at line 95 of file Vector.h.

◆ BottleTagMap< int >()

template<>
int BottleTagMap< int > ( )
inline

Definition at line 100 of file Vector.h.