#include <convert.h>
Public Member Functions | |
| template<> | |
| void | convert (const A &a, B &b) |
| template<> | |
| void | convert (const A &a, B &b) |
| template<> | |
| void | convert (const A &a, B &b) |
Static Public Member Functions | |
| template<typename A , typename B > | |
| static void | convert (const A &a, B &b) |
Definition at line 37 of file impl/convert.h.
| static void tf2::impl::Converter< IS_MESSAGE_A, IS_MESSAGE_B >::convert | ( | const A & | a, |
| B & | b | ||
| ) | [static] |
| void tf2::impl::Converter< true, false >::convert | ( | const A & | a, |
| B & | b | ||
| ) | [inline] |
Definition at line 56 of file impl/convert.h.
| void tf2::impl::Converter< false, true >::convert | ( | const A & | a, |
| B & | b | ||
| ) | [inline] |
Definition at line 63 of file impl/convert.h.
| void tf2::impl::Converter< false, false >::convert | ( | const A & | a, |
| B & | b | ||
| ) | [inline] |
Definition at line 70 of file impl/convert.h.