|
commore
1.0.6-SNAPSHOT
|
Inheritance diagram for commore::Processor::HImpl:Classes | |
| struct | PImpl |
Public Member Functions | |
| HImpl (const char *name, size_t max, size_t min) | |
| ~HImpl () | |
Public Member Functions inherited from commore::RefObject | |
| RefObject () | |
| virtual | ~RefObject () |
| virtual void | attach () |
| virtual void | release () |
| virtual void | nested_attach () |
| virtual void | nested_release () |
| virtual void | interface_release () |
| virtual void | Run () |
| virtual CriticalSection * | get_cs () |
Public Attributes | |
| PImpl * | pimpl_ |
Additional Inherited Members | |
Static Public Member Functions inherited from commore::RefObject | |
| static AutoRefBase | auto_create () |
| static AutoRefBase | auto_create (const AChar *s) |
| static AutoRefBase | create () |
| static AutoRefBase | create (const AChar *s) |
| static AutoRefBase | bind () |
| static AutoRefBase | bind (const AChar *s) |
| static const AChar * | factory_name () |
Processor handler
| Processor::HImpl::HImpl | ( | const char * | name, |
| size_t | max, | ||
| size_t | min | ||
| ) |
| Processor::HImpl::~HImpl | ( | ) |
| PImpl* commore::Processor::HImpl::pimpl_ |