NAME
A class of omni
MEMBERS
omni::object
A class of omni
#include <omni/object.hpp>MEMBERS
omni::object::object()
omni::object::~object()
uint64_t omni::object::hash()
virtual omni::string_t omni::object::to_string_t()
uint64_t omni::object::type()
bool omni::object::operator!=(const omni::object& o)
omni::object& omni::object::operator=(const omni::object& o)
bool omni::object::operator==(const omni::object& o)
omni::object::disposing
omni::object::name
omni::object::tag
SYNOPSIS
top
omni::object is a base type containing generic data that allows any children to inherit certain feature sets, like a 'tag' and a 'name' property, as well as an event to alert any subscribers of when the object is being disposed (destroyed)
top