#include <LayoutsFactory.hh>
Definition at line 12 of file LayoutsFactory.hh.
◆ const_iterator
◆ create_function_t
typedef std::auto_ptr<Layout>(* LayoutsFactory::create_function_t) (const params_t ¶ms) |
◆ creators_t
◆ params_t
◆ LayoutsFactory()
LayoutsFactory::LayoutsFactory |
( |
| ) |
|
|
inlineprivate |
◆ create()
std::auto_ptr<Layout> LayoutsFactory::create |
( |
const std::string & |
class_name, |
|
|
const params_t & |
params |
|
) |
| |
◆ getInstance()
◆ registed()
bool LayoutsFactory::registed |
( |
const std::string & |
class_name | ) |
const |
◆ registerCreator()
void LayoutsFactory::registerCreator |
( |
const std::string & |
class_name, |
|
|
create_function_t |
create_function |
|
) |
| |
◆ creators_
The documentation for this class was generated from the following file: