Elm  1.0
ELM is a library providing generic data structures, OS-independent interface, plugins and XML.
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
elm::RefPair< T1, T2 > Class Template Reference

#include <elm/util/Pair.h>

Public Member Functions

 RefPair (T1 &r1, T2 &r2)
 
RefPair< T1, T2 > & operator= (const Pair< T1, T2 > &p)
 

Constructor & Destructor Documentation

template<class T1, class T2>
elm::RefPair< T1, T2 >::RefPair ( T1 &  r1,
T2 &  r2 
)

Member Function Documentation

template<class T1, class T2>
RefPair<T1, T2>& elm::RefPair< T1, T2 >::operator= ( const Pair< T1, T2 > &  p)

The documentation for this class was generated from the following file: