omni::object
NAME

omni::object

A class of omni

#include <omni/object.hpp>
class omni::object

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)
friend std::ostream& omni::object::operator<<(std::ostream& s, const omni::object& c)
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

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

DESCRIPTION

No description.

top