#include <entity_data.hpp>
Public Member Functions | |
entity_data (void) | |
entity_data (saga::object const &o) | |
~entity_data (void) | |
entity_data & | operator= (saga::object const &o) |
Protected Member Functions | |
entity_data (saga::impl::entity_data *impl) |
Provides read access to the data of an entity. This class implements the saga::attributes interface and offers getter methods for the user to read key/value pairs. Access to the keys and values is through the saga::attributes
interface. The class provides no other methods.
Definition at line 45 of file entity_data.hpp.
saga::isn::entity_data::entity_data | ( | saga::impl::entity_data * | impl | ) | [explicit, protected] |
Definition at line 25 of file entity_data.cpp.
saga::isn::entity_data::entity_data | ( | void | ) |
Definition at line 17 of file entity_data.cpp.
saga::isn::entity_data::entity_data | ( | saga::object const & | o | ) | [explicit] |
Definition at line 35 of file entity_data.cpp.
References saga::BadParameter, saga::object::EntityData, and saga::object::get_type().
saga::isn::entity_data::~entity_data | ( | void | ) |
Definition at line 30 of file entity_data.cpp.
entity_data & saga::isn::entity_data::operator= | ( | saga::object const & | o | ) |
Definition at line 44 of file entity_data.cpp.