Open Lighting Architecture  0.9.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | List of all members
ola::PreferencesFactory Class Reference

Detailed Description

A PreferencesFactory creates preferences objects

Inheritance diagram for ola::PreferencesFactory:
Inheritance graph
[legend]

Public Member Functions

virtual ~PreferencesFactory ()
virtual PreferencesNewPreference (const std::string &name)
virtual std::string ConfigLocation () const =0
 The location where preferences will be stored.

Constructor & Destructor Documentation

ola::PreferencesFactory::~PreferencesFactory ( )
virtual

Cleanup

Member Function Documentation

virtual std::string ola::PreferencesFactory::ConfigLocation ( ) const
pure virtual

The location where preferences will be stored.

Returns
the location

Implemented in ola::FileBackedPreferencesFactory, and ola::MemoryPreferencesFactory.

Preferences * ola::PreferencesFactory::NewPreference ( const std::string &  name)
virtual

Lookup a preference object


The documentation for this class was generated from the following files: