std Namespace Reference

contains some additions to the standard template library More...


Functions

string itos (int i)
template<typename T >
abs (T v)
 absolute function for all types
template<class T , class A >
list< T, A > & operator+= (list< T, A > &l1, const list< T, A > &l2)
 += operators for list (list concat)
template<class T , class A >
list< T, A > & operator+= (list< T, A > &l1, const T &v)
 += operators for list (append)


Detailed Description

contains some additions to the standard template library


Function Documentation

T std::abs ( v  )  [inline]

absolute function for all types

string itos ( int  i  ) 

list<T,A>& std::operator+= ( list< T, A > &  l1,
const T &  v 
) [inline]

+= operators for list (append)

list<T,A>& std::operator+= ( list< T, A > &  l1,
const list< T, A > &  l2 
) [inline]

+= operators for list (list concat)


Generated on Fri Oct 30 09:39:50 2009 for Robot Simulator of the Robotics Group for Self-Organization of Control by  doxygen 1.5.8