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>
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 > () |
contains the definition of a Vector type
Definition in file Vector.h.
|
inline |
|
inline |