ISIS Core Library 0.7.2 (api 3.0.0)
Data Structures | Functions

std Namespace Reference

Streaming output for FixedMatrix. More...

Data Structures

class  allocator
 STL class.
class  auto_ptr
 STL class.
class  bad_alloc
 STL class.
class  bad_cast
 STL class.
class  bad_exception
 STL class.
class  bad_typeid
 STL class.
class  basic_fstream
 STL class.
class  basic_ifstream
 STL class.
class  basic_ios
 STL class.
class  basic_iostream
 STL class.
class  basic_istream
 STL class.
class  basic_istringstream
 STL class.
class  basic_ofstream
 STL class.
class  basic_ostream
 STL class.
class  basic_ostringstream
 STL class.
class  basic_string
 STL class.
class  basic_stringstream
 STL class.
class  bitset
 STL class.
class  complex
 STL class.
class  deque
 STL class.
class  domain_error
 STL class.
class  exception
 STL class.
class  fstream
 STL class.
class  ifstream
 STL class.
class  invalid_argument
 STL class.
class  ios
 STL class.
class  ios_base
 STL class.
class  istream
 STL class.
class  istringstream
 STL class.
class  length_error
 STL class.
class  list
 STL class.
class  logic_error
 STL class.
class  map
 STL class.
class  multimap
 STL class.
class  multiset
 STL class.
class  ofstream
 STL class.
class  ostream
 STL class.
class  ostringstream
 STL class.
class  out_of_range
 STL class.
class  overflow_error
 STL class.
class  priority_queue
 STL class.
class  queue
 STL class.
class  range_error
 STL class.
class  runtime_error
 STL class.
class  set
 STL class.
class  stack
 STL class.
class  string
 STL class.
class  stringstream
 STL class.
class  underflow_error
 STL class.
class  valarray
 STL class.
class  vector
 STL class.
class  wfstream
 STL class.
class  wifstream
 STL class.
class  wios
 STL class.
class  wistream
 STL class.
class  wistringstream
 STL class.
class  wofstream
 STL class.
class  wostream
 STL class.
class  wostringstream
 STL class.
class  wstring
 STL class.
class  wstringstream
 STL class.

Functions

template<typename charT , typename traits , typename T >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::color< T > &s)
 Streaming output for color using isis::util::listToOStream.
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::data::Chunk &s)
 Streaming output for Chunk (forward to PropertyMap)
template<typename charT , typename traits , typename TYPE , size_t SIZE, typename CONTAINER >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const ::isis::util::FixedVector< TYPE, SIZE, CONTAINER > &s)
template<typename charT , typename traits , typename TYPE_TYPE >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::_internal::GenericReference< TYPE_TYPE > &s)
 /// Streaming output for Value referencing classes
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::_internal::GenericValue &s)
 Streaming output for Value - classes.
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::Selection &s)
 Streaming output for selections.
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::PropertyMap::PropPath &s)
 Streaming output for PropertyMap::PropPath.
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::PropertyMap &s)
 Streaming output for PropertyMap.
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::_internal::treeNode &s)
 Streaming output for PropertyMap::node.
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::ProgParameter &s)
 Streaming output for ProgParameter - classes.
template<typename charT , typename traits , typename TYPE , size_t COLS, size_t ROWS, typename CONTAINER >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const ::isis::util::FixedMatrix< TYPE, COLS, ROWS, CONTAINER > &m)
template<typename charT , typename traits >
basic_ostream< charT, traits > & operator<< (basic_ostream< charT, traits > &out, const isis::util::istring &s)
template<typename charT , typename _Tp , typename _Alloc >
basic_ostream< charT,
std::char_traits< charT > > & 
operator<< (basic_ostream< charT, std::char_traits< charT > > &out, const set< _Tp, _Alloc > &s)
 Streaming output for std::set.
template<typename charT , typename _Tp , typename _Alloc >
basic_ostream< charT,
std::char_traits< charT > > & 
operator<< (basic_ostream< charT, std::char_traits< charT > > &out, const list< _Tp, _Alloc > &s)
 Streaming output for std::list.
template<typename charT , typename _Tp , typename _Compare , typename _Alloc >
basic_ostream< charT,
std::char_traits< charT > > & 
operator<< (basic_ostream< charT, std::char_traits< charT > > &out, const map< std::string, _Tp, _Compare, _Alloc > &s)
 Formatted streaming output for std::map<string,...>
template<typename charT , typename _Key , typename _Tp , typename _Compare , typename _Alloc >
basic_ostream< charT,
std::char_traits< charT > > & 
operator<< (basic_ostream< charT, std::char_traits< charT > > &out, const map< _Key, _Tp, _Compare, _Alloc > &s)
 Streaming output for std::map.
template<typename charT , typename _FIRST , typename _SECOND >
basic_ostream< charT,
std::char_traits< charT > > & 
operator<< (basic_ostream< charT, std::char_traits< charT > > &out, const pair< _FIRST, _SECOND > &s)
 Streaming output for std::pair.

Detailed Description

Streaming output for FixedMatrix.

STL namespace.

Streaming output for FixedVector.


Function Documentation

template<typename charT , typename traits , typename T >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::color< T > &  s 
)

Streaming output for color using isis::util::listToOStream.

Definition at line 32 of file color.hpp.

template<typename charT , typename traits >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::data::Chunk s 
)

Streaming output for Chunk (forward to PropertyMap)

Definition at line 416 of file chunk.hpp.

template<typename charT , typename traits , typename TYPE , size_t SIZE, typename CONTAINER >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const ::isis::util::FixedVector< TYPE, SIZE, CONTAINER > &  s 
)

Definition at line 385 of file vector.hpp.

template<typename charT , typename traits , typename TYPE_TYPE >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::_internal::GenericReference< TYPE_TYPE > &  s 
)

/// Streaming output for Value referencing classes

Definition at line 196 of file value_base.hpp.

template<typename charT , typename traits >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::_internal::GenericValue s 
)

Streaming output for Value - classes.

Definition at line 190 of file value_base.hpp.

template<typename charT , typename traits >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::Selection s 
)

Streaming output for selections.

Definition at line 126 of file selection.hpp.

template<typename charT , typename traits >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::PropertyMap::PropPath s 
)

Streaming output for PropertyMap::PropPath.

Definition at line 537 of file propmap.hpp.

template<typename charT , typename traits >
basic_ostream< charT, traits > & std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::PropertyMap s 
)

Streaming output for PropertyMap.

Definition at line 556 of file propmap.hpp.

template<typename charT , typename traits >
basic_ostream< charT, traits > & std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::_internal::treeNode &  s 
)

Streaming output for PropertyMap::node.

Definition at line 544 of file propmap.hpp.

template<typename charT , typename traits >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::ProgParameter s 
)

Streaming output for ProgParameter - classes.

Definition at line 147 of file progparameter.hpp.

template<typename charT , typename traits , typename TYPE , size_t COLS, size_t ROWS, typename CONTAINER >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const ::isis::util::FixedMatrix< TYPE, COLS, ROWS, CONTAINER > &  m 
)

Definition at line 239 of file matrix.hpp.

template<typename charT , typename traits >
basic_ostream<charT, traits>& std::operator<< ( basic_ostream< charT, traits > &  out,
const isis::util::istring s 
)

Definition at line 51 of file istring.hpp.

template<typename charT , typename _Tp , typename _Alloc >
basic_ostream<charT, std::char_traits<charT> >& std::operator<< ( basic_ostream< charT, std::char_traits< charT > > &  out,
const set< _Tp, _Alloc > &  s 
)

Streaming output for std::set.

Definition at line 326 of file common.hpp.

template<typename charT , typename _Tp , typename _Alloc >
basic_ostream<charT, std::char_traits<charT> >& std::operator<< ( basic_ostream< charT, std::char_traits< charT > > &  out,
const list< _Tp, _Alloc > &  s 
)

Streaming output for std::list.

Definition at line 319 of file common.hpp.

template<typename charT , typename _Tp , typename _Compare , typename _Alloc >
basic_ostream<charT, std::char_traits<charT> >& std::operator<< ( basic_ostream< charT, std::char_traits< charT > > &  out,
const map< std::string, _Tp, _Compare, _Alloc > &  s 
)

Formatted streaming output for std::map<string,...>

Definition at line 298 of file common.hpp.

template<typename charT , typename _Key , typename _Tp , typename _Compare , typename _Alloc >
basic_ostream<charT, std::char_traits<charT> >& std::operator<< ( basic_ostream< charT, std::char_traits< charT > > &  out,
const map< _Key, _Tp, _Compare, _Alloc > &  s 
)

Streaming output for std::map.

Definition at line 290 of file common.hpp.

template<typename charT , typename _FIRST , typename _SECOND >
basic_ostream<charT, std::char_traits<charT> >& std::operator<< ( basic_ostream< charT, std::char_traits< charT > > &  out,
const pair< _FIRST, _SECOND > &  s 
)

Streaming output for std::pair.

Definition at line 283 of file common.hpp.