#include <object.h>
Inheritance diagram for Spm::Util::Object:

Public Member Functions | |
| virtual | ~Object () |
| virtual const miniXml::ustring & | getName () |
| virtual const miniXml::ustring & | getName () const |
| const miniXml::ustring & | getOwner () |
| const miniXml::ustring & | getOwner () const |
Public Attributes | |
| boost::signal< void(Object *)> | modified )() |
Protected Attributes | |
| miniXml::ustring | name_ |
| miniXml::ustring | owner_ |
| boost::signal< void(Object *)> | modified_ |
| boost::recursive_mutex | mutex_ |
| virtual Spm::Util::Object::~Object | ( | ) | [inline, virtual] |
| virtual const miniXml::ustring& Spm::Util::Object::getName | ( | ) | [inline, virtual] |
Reimplemented in Spm::Core::InstalledVersion, and Spm::Core::Versionned.
| virtual const miniXml::ustring& Spm::Util::Object::getName | ( | ) | const [inline, virtual] |
Reimplemented in Spm::Core::InstalledVersion, and Spm::Core::Versionned.
| const miniXml::ustring& Spm::Util::Object::getOwner | ( | ) | [inline] |
| const miniXml::ustring& Spm::Util::Object::getOwner | ( | ) | const [inline] |
miniXml::ustring Spm::Util::Object::name_ [mutable, protected] |
miniXml::ustring Spm::Util::Object::owner_ [protected] |
boost::signal<void (Object *)> Spm::Util::Object::modified_ [protected] |
boost::recursive_mutex Spm::Util::Object::mutex_ [mutable, protected] |
boost::signal<void (Object *)> Spm::Util::Object::modified)() [inline] |
1.5.2