| 
    xmscore
    1.0
    
   | 
 
#include <sstream>#include <utility>Go to the source code of this file.
Typedefs | |
| typedef std::pair< int, int > | xms::PAIR_I_I | 
| short rename  | |
Functions | |
| template<class _T , class _U > | |
| std::ostream & | xms::operator<< (std::ostream &a_output, const std::pair< _T, _U > &a_value) | 
| Streams a pair to a_output.  More... | |
| template<typename T > | |
| void | xms::VecToStream (std::stringstream &a_ss, const T &a_v, std::string a_label) | 
| Export a vector or bitset to a stringstream.  More... | |
Definition in file utility.h.
| std::ostream& xms::operator<< | ( | std::ostream & | a_output, | 
| const std::pair< _T, _U > & | a_value | ||
| ) | 
| void xms::VecToStream | ( | std::stringstream & | a_ss, | 
| const T & | a_v, | ||
| std::string | a_label | ||
| ) | 
Export a vector or bitset to a stringstream.
| a_ss | The stream. | 
| a_v | The vector. | 
| a_label | A label | 
Definition at line 38 of file utility.h.
References xms::VecToStream().
Referenced by xms::VecToStream().