#include <vector>
Go to the source code of this file.
|
template<typename T1 , class A1 , typename T2 , class A2 > |
void | io::Convert (std::vector< T1, A1 > &destination, const std::vector< T2, A2 > &source) |
|
template<typename T1 , typename U1 , class A1 , typename T2 , typename U2 , class A2 > |
void | io::Convert (std::map< T1, U1, A1 > &destination, const std::map< T2, U2, A2 > &source) |
|
template<class T , class U > |
void | io::ConvertCopy (T *&destination, const U &source) |
|
template<class T , class U > |
void | io::DeepCopy (T *&destination, U *const source) |
|