|
void | core::io::serialization::write_binary (char x, BUFFER &buf) |
| Read/write a single primitive type to a buf. More...
|
|
void | core::io::serialization::read_binary (char &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (bool x, BUFFER &buf) |
|
void | core::io::serialization::read_binary (bool &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (float x, BUFFER &buf) |
|
void | core::io::serialization::read_binary (float &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (double x, BUFFER &buf) |
|
void | core::io::serialization::read_binary (double &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (unsigned int x, BUFFER &buf) |
|
void | core::io::serialization::read_binary (unsigned int &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (const utility::vector1_bool &x, BUFFER &buf) |
| Read/write simple structure to a buf. More...
|
|
void | core::io::serialization::read_binary (utility::vector1_bool &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (const std::vector< std::string > &x, BUFFER &buf) |
|
void | core::io::serialization::read_binary (std::vector< std::string > &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (const std::string &x, BUFFER &buf) |
|
void | core::io::serialization::read_binary (std::string &x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (const core::Vector &x, BUFFER &buf) |
|
void | core::io::serialization::read_binary (core::Vector &x, BUFFER &buf) |
|
void | core::io::serialization::check_binary_unsigned_int (unsigned int x, BUFFER &buf) |
| Utility read/write. More...
|
|
void | core::io::serialization::write_binary_chars (const char *x, BUFFER &buf) |
|
void | core::io::serialization::check_binary_chars (const char *x, BUFFER &buf) |
|
void | core::io::serialization::write_binary (const core::pose::Pose &pose, BUFFER &buf) |
| Read/Write a pose to a file. More...
|
|
void | core::io::serialization::read_binary (core::pose::Pose &pose, BUFFER &buf) |
|