Namespaces | |
namespace | Odyssey |
Classes | |
class | Odyssey::PropertyListener |
This base class is notified through the PropertyBase notifyListeners. More... | |
class | Odyssey::PropertyBase |
The base class for all Property types. More... | |
class | Odyssey::Property< TypeT, TraitsT > |
Single-value property implementation. More... | |
class | Odyssey::Property< TypeT, TraitsT >::PropertyValueIteratorImpl |
Typedefs | |
typedef Iterator< Variable > | Odyssey::PropertyValueIterator |
An Iterator to access the values stored in a Property. | |
typedef boost::shared_ptr< PropertyValueIterator > | Odyssey::PropertyValueIteratorPtr |
This is the smart pointer for the PropertyValueIterator. |