libqi-api  2.8.7.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Functions
std Namespace Reference

Classes

struct  hash< qi::PtrUid >
 
struct  hash< qi::Object< T > >
 The hash of an object is the hash of its ObjectUid. More...
 

Functions

std::ostream & operator<< (std::ostream &os, qi::StreamColor col)
 This operator (<<) applied to an output stream is known as insertion operator. More...
 
template<>
void swap (::qi::AnyFunction &a,::qi::AnyFunction &b)
 
void swap (::qi::AnyValue &a,::qi::AnyValue &b)
 

Function Documentation

std::ostream& std::operator<< ( std::ostream &  os,
qi::StreamColor  col 
)

This operator (<<) applied to an output stream is known as insertion operator.

Parameters
osOutput stream.
colEnum color.
template<>
void std::swap ( ::qi::AnyFunction a,
::qi::AnyFunction b 
)
inline

Definition at line 92 of file anyfunction.hxx.

void std::swap ( ::qi::AnyValue a,
::qi::AnyValue b 
)
inline

Definition at line 245 of file anyvalue.hxx.