|
framework
|
Optional field container. More...
#include <framework/serializable/base_types.hpp>Go to the source code of this file.
Classes | |
| class | framework::serializable::output_flags_frame< Specification > |
| Flags frame. More... | |
| struct | framework::serializable::optional_field< Type, Specification > |
| Optional field container. More... | |
Namespaces | |
| framework | |
| Framework namespace. | |
| framework::serializable | |
| Serializable namespace. | |
Constant Groups | |
| framework | |
| Framework namespace. | |
| framework::serializable | |
| Serializable namespace. | |
Functions | |
| template<typename Type , typename... Specification, typename Input , typename Output > | |
| bool | framework::serializable::read_dispatch (optional_field< Type, Specification...> *, Input &in, Output &out) |
| Read overload. More... | |
| template<typename Type , typename... Specification, typename Input , typename Output > | |
| bool | framework::serializable::write_dispatch (optional_field< Type, Specification...> *, Input const &in, Output &out) |
| Write overload. More... | |
Optional field container.
1.8.3.1-20130402