senf::console::detail::ConfigSource Class Reference

Internal: ConfigSource base class. More...
Inheritance diagram for senf::console::detail::ConfigSource:
Inheritance graph
[legend]

List of all members.


Detailed Description

Internal: ConfigSource base class.

All configuration sources derive from ConfigSource. A ConigSource somehow reads configuration commands and passes them to a RestrictedExecutor.

Definition at line 135 of file Config.ih.


Public Types

typedef boost::intrusive_ptr
< ConfigSource
ptr

Public Member Functions

virtual  ~ConfigSource ()
void  parse (RestrictedExecutor &executor)

Member Typedef Documentation

typedef boost::intrusive_ptr<ConfigSource> senf::console::detail::ConfigSource::
ptr

Definition at line 139 of file Config.ih.


Constructor & Destructor Documentation

senf::console::detail::ConfigSource::
~ConfigSource ()

Definition at line 164 of file Config.cc.


Member Function Documentation

void senf::console::detail::ConfigSource::
parse ( RestrictedExecutor executor )

Definition at line 106 of file Config.cci.


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