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) |
ostream& std::operator<< | ( | ostream & | stream, |
vector< T > & | array | ||
) |
Print vector data to output stream.
Definition at line 135 of file acado_io_utils.hpp.
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.
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.
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.
string std::toString | ( | T const & | value | ) |
"To string " conversion.
Definition at line 208 of file acado_io_utils.hpp.