Classes | Functions
std Namespace Reference

Classes

class  deque< T, EIGEN_ALIGNED_ALLOCATOR< T > >
 
struct  IoFormatter
 
class  list< T, EIGEN_ALIGNED_ALLOCATOR< T > >
 
class  vector< T, EIGEN_ALIGNED_ALLOCATOR< T > >
 

Functions

template<class T >
ostream & operator<< (ostream &stream, vector< T > &array)
 
template<class T >
ostream & operator<< (ostream &stream, vector< vector< T > > &array)
 
template<class T >
istream & operator>> (istream &stream, vector< T > &array)
 
template<class T >
istream & operator>> (istream &stream, vector< vector< T > > &array)
 
template<typename T >
string toString (T const &value)
 

Function Documentation

template<class T >
ostream& std::operator<< ( ostream &  stream,
vector< T > &  array 
)

Print vector data to output stream.

Definition at line 135 of file acado_io_utils.hpp.

template<class T >
ostream& std::operator<< ( ostream &  stream,
vector< vector< T > > &  array 
)

Print matrix data to output stream.

Definition at line 145 of file acado_io_utils.hpp.

template<class T >
istream& std::operator>> ( istream &  stream,
vector< T > &  array 
)

Read vector data from a text file.

Definition at line 160 of file acado_io_utils.hpp.

template<class T >
istream& std::operator>> ( istream &  stream,
vector< vector< T > > &  array 
)

Read matrix data from a text file.

Definition at line 183 of file acado_io_utils.hpp.

template<typename T >
string std::toString ( T const &  value)

"To string " conversion.

Definition at line 208 of file acado_io_utils.hpp.



acado
Author(s): Milan Vukov, Rien Quirynen
autogenerated on Mon Jun 10 2019 12:36:01