

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