Turi Create
4.0
|
#include <core/util/any.hpp>
Classes | |
struct | registry_type |
Public Member Functions | |
holder (const ValueType &value) | |
Construct a holder from a value. | |
holder (iarchive_soft_fail &arc) | |
Construct a holder from an archive. | |
const std::type_info & | type () const |
Get the type info of the holder. | |
iholder * | clone () const |
Clone a holder. | |
void | deep_op_equal (const iholder *other) |
Deep assignment. | |
uint64_t | deserializer_id () const |
std::ostream & | print (std::ostream &out) const |
Static Public Member Functions | |
static iholder * | deserialize (iarchive_soft_fail &arc) |
Public Attributes | |
ValueType | contents |
The actual contents of the holder. | |
Static Public Attributes | |
static registry_type | registry |
holder is an instantiation of iholder
|
inlinestatic |
|
inline |
|
inline |
|
static |