

Public Member Functions | |
| def | fromCountToDirectBytes |
| def | convertToCharPtr |
| def | fromDirectBytesToCount |
| def | convertFromCharPtr |
| def | fromCountToIndirectBytes |
| def | serialize |
| def | fromIndirectBytesToCount |
| def | deserialize |
| def | __init__ |
Public Attributes | |
| this | |
Static Public Attributes | |
| supportsDirectSerialization = _Teuchos.SerializationTraitsUlongLong_supportsDirectSerialization | |
Proxy of C++ Teuchos::SerializationTraits<(long,unsigned long long)> class
| def PyTrilinos.Teuchos.SerializationTraitsUlongLong.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Teuchos::SerializationTraits<(long,unsigned long long)> self) -> SerializationTraitsUlongLong
convertFromCharPtr(char * ptr) -> unsigned long long *
convertToCharPtr(unsigned long long * ptr) -> char *
deserialize(long const bytes, char const [] charBuffer, long const count, unsigned long long [] buffer)
fromCountToDirectBytes(long const count) -> long
fromCountToIndirectBytes(long const count, unsigned long long const [] buffer) -> long
fromDirectBytesToCount(long const bytes) -> long
fromIndirectBytesToCount(long const bytes, char const [] charBuffer) -> long
serialize(long const count, unsigned long long const [] buffer, long const bytes, char [] charBuffer)
1.7.6.1