|
libbio
|
Functions | |
| bool | IsTypeNameEquivalent (const String &externalName, const ImmutableString &internalName) |
| template<typename T > | |
| type::EnableIf< type::IsPrimitiveImplementation< T >::sValue, bool >::Type | CompareExternalPrimitive (const ByteStream &external, const T &internalValue) |
| template<typename T > | |
| type::EnableIf<!type::IsPrimitiveImplementation< T >::sValue, bool >::Type | CompareExternalPrimitive (const ByteStream &, const T &) |
| template<typename T > | |
| type::EnableIf< type::IsPointerImplementation< T >::sValue, bool >::Type | CompareExternalPointer (const ByteStream &external, const T &internalValue) |
| template<typename T > | |
| type::EnableIf<!type::IsPointerImplementation< T >::sValue, bool >::Type | CompareExternalPointer (const ByteStream &, const T &) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |