SAGA C++ API 1.6
saga::isn::entity_data Class Reference

#include <entity_data.hpp>

Inheritance diagram for saga::isn::entity_data:

List of all members.

Public Member Functions

 entity_data (void)
 entity_data (saga::object const &o)
 ~entity_data (void)
entity_dataoperator= (saga::object const &o)

Protected Member Functions

 entity_data (saga::impl::entity_data *impl)

Detailed Description

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.


Constructor & Destructor Documentation

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]
saga::isn::entity_data::~entity_data ( void  )

Definition at line 30 of file entity_data.cpp.


Member Function Documentation

entity_data & saga::isn::entity_data::operator= ( saga::object const &  o)

Definition at line 44 of file entity_data.cpp.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines