#include <schema_impl.hpp>
Definition at line 24 of file schema_impl.hpp.
◆ MsgpackSchemaPacker()
| MsgpackSchemaPacker::MsgpackSchemaPacker |
( |
msgpack::sbuffer & |
stream | ) |
|
|
inline |
◆ pack_alias()
| void MsgpackSchemaPacker::pack_alias |
( |
const std::string & |
schema_name, |
|
|
const std::string & |
msgpack_name |
|
) |
| |
|
inline |
◆ pack_schema()
template<typename T >
| void MsgpackSchemaPacker::pack_schema |
( |
const T & |
obj | ) |
|
|
inline |
◆ pack_template_type()
template<typename... Args>
| void MsgpackSchemaPacker::pack_template_type |
( |
const std::string & |
schema_name | ) |
|
|
inline |
◆ pack_with_name()
| void MsgpackSchemaPacker::pack_with_name |
( |
const std::string & |
type, |
|
|
T const & |
object |
|
) |
| |
|
inline |
◆ set_emitted()
| bool MsgpackSchemaPacker::set_emitted |
( |
const std::string & |
type | ) |
|
|
inline |
◆ emitted_types
| std::set<std::string> MsgpackSchemaPacker::emitted_types |
The documentation for this struct was generated from the following file: