KVector
template class. More...
#include <vector>
#include <string>
#include <iostream>
#include "kalman/ktypes.hpp"
#include "kalman/kvector_impl.hpp"
Include dependency graph for kvector.hpp:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Namespaces | |
namespace | Kalman |
Classes | |
class | Kalman::KVector< T, BEG, DBG > |
Minimalist vector template class. More... | |
Typedefs | |
typedef unsigned short | Kalman::KVectorContext |
Handle type to a vector printing context. | |
Functions | |
template<typename T, K_UINT_32 BEG, bool DBG> | |
std::istream & | Kalman::operator>> (std::istream &is, KVector< T, BEG, DBG > &v) |
Reads a vector from a stream. | |
template<typename T, K_UINT_32 BEG, bool DBG> | |
std::ostream & | Kalman::operator<< (std::ostream &os, const KVector< T, BEG, DBG > &v) |
Writes a vector to a stream. | |
KVectorContext | Kalman::createKVectorContext (std::string elemDelim=" ", std::string startDelim="", std::string endDelim="", unsigned prec=4) |
Creates a vector printing context. | |
KVectorContext | Kalman::selectKVectorContext (KVectorContext c) |
Selects a vector printing context as the current context. | |
Variables | |
KVectorContext | Kalman::DEFAULT_VECTOR_CONTEXT = 0 |
Default vector printing context object. |
KVector
template class.