Vertica::SimpleArchiveOut Struct Reference
Collaboration diagram for Vertica::SimpleArchiveOut:
| Public Types | |
|---|---|
| typedef std::false_type | is_loading |
| typedef std::true_type | is_saving |
| Public Member Functions | |
|---|---|
| SimpleArchiveOut (std::ostream &ostream) | |
| void | operator& (const int64 &val) |
| void | operator& (const uint64 &val) |
| void | operator& (const long int &val) |
| void | operator& (const long unsigned int &val) |
| void | operator& (const int32 &val) |
| void | operator& (const uint32 &val) |
| void | operator& (const int16 &val) |
| void | operator& (const uint16 &val) |
| void | operator& (const signed char &val) |
| void | operator& (const char &val) |
| void | operator& (const unsigned char &val) |
| void | operator& (const bool &val) |
| void | operator& (const double &val) |
| template | |
| void | operator& (const std::basic_string, Alloc > &val) |
| template | |
| void | operator& (const std::vector &val) |
| template | |
| void | operator& (const std::vector &val) |
| template | |
| void | operator& (const std::list &val) |
| template | |
| void | operator& (const std::set &val) |
| template | |
| void | operator& (const std::unordered_set &val) |
| template | |
| void | operator& (const std::pair &val) |
| template | |
| void | operator& (const std::map &val) |
| template | |
| void | operator& (const std::unordered_map &val) |
| template | |
| void | operator& (const T &val) |
| SimpleArchiveOut & | operator |
| SimpleArchiveOut & | operator, Alloc > &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator &val) |
| template | |
| SimpleArchiveOut & | operator |
| SimpleArchiveOut & | operator |
| SimpleArchiveOut & | operator>> (T &val) |
| void | read (void *ptr, size_t n) |
| void | write (const void *ptr, size_t n) |
| void | writeBool (bool b) |
| void | writeDouble (double d) |
| void | writeInt (int64 val) |
| void | writeUint (uint64 val) |
| Static Public Member Functions | |
|---|---|
| static uint32 | serializeSigned (vint val, uint8 *buffer) |
| Public Attributes | |
|---|---|
| std::ostream & | os |
Detailed Description
OutputArchive
Member Function Documentation
◆operatorinline
Write out a signed integer
◆operatorinline
Write out an unsigned integer
◆operatorinline
Write out a signed integer
◆operatorinline
Write out an unsigned integer
◆operatorinline
Write out a signed integer
◆operatorinline
Write out an unsigned integer
◆operatorinline
Write out a signed char / integer
◆operatorinline
Write out a char
◆operatorinline
Write out an unsigned char / integer
◆operatorinline
Write out a boolean
◆operatorinline
Write out a double / float
◆operator, Alloc > & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write out a string
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write out a vector
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline
Write out a vector
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write out a list
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write out a set
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write out an unordered set
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write a pair
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write out a map
◆operator & | val | ) | |
| --- | --- | --- | --- | --- | --- |
inline Write out an unordered map
◆operatorinline
Write out something with a serialize method, the default thing to do with no specific override
◆operatorinline
Fixed array
◆serializeSigned()
static uint32 Vertica::SimpleArchiveOut::serializeSigned(vint val, uint8 * buffer)
inlinestatic
Returns # of bytes written to buffer. Assumes at least 10 bytes are available in buffer prior to write