

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.DirectSerializationTraitsLongLong_supportsDirectSerialization | |
Proxy of C++ Teuchos::DirectSerializationTraits<(long,long long)> class
| def PyTrilinos.Teuchos.DirectSerializationTraitsLongLong.__init__ | ( | self, | |
| args | |||
| ) |
__init__(Teuchos::DirectSerializationTraits<(long,long long)> self) -> DirectSerializationTraitsLongLong
convertFromCharPtr(char * ptr) -> long long *
convertToCharPtr(long long * ptr) -> char *
deserialize(long const bytes, char const [] charBuffer, long const count, long long [] buffer)
fromCountToDirectBytes(long const count) -> long
fromCountToIndirectBytes(long const count, long long const [] buffer) -> long
fromDirectBytesToCount(long const count) -> long
fromIndirectBytesToCount(long const bytes, char const [] charBuffer) -> long
serialize(long const count, long long const [] buffer, long const bytes, char [] charBuffer)
1.7.6.1