#include <Service_Types.h>
Inheritance diagram for ACE_Stream_Type:
Public Methods | |
ACE_Stream_Type (void *s, const ACE_TCHAR *identifier, u_int flags=0) | |
~ACE_Stream_Type (void) | |
virtual int | suspend (void) const |
virtual int | resume (void) const |
virtual int | init (int argc, ACE_TCHAR *argv[]) const |
virtual int | fini (void) const |
virtual int | info (ACE_TCHAR **str, size_t len) const |
int | push (ACE_Module_Type *new_module) |
Add a new <ACE_Module> to the top of the <ACE_Stream>. | |
int | remove (ACE_Module_Type *module) |
Search for <module> and remove it from the <ACE_Stream>. | |
ACE_Module_Type * | find (const ACE_TCHAR *mod_name) const |
Locate the <ACE_Module> with <mod_name>. | |
void | dump (void) const |
Dump the state of an object. | |
Public Attributes | |
ACE_ALLOC_HOOK_DECLARE | |
Declare the dynamic allocation hooks. | |
Private Attributes | |
ACE_Module_Type * | head_ |
Pointer to the head of the <ACE_Module> list. |
|
|
|
|
|
Dump the state of an object.
Reimplemented from ACE_Service_Type_Impl. |
|
Locate the <ACE_Module> with <mod_name>.
|
|
Reimplemented from ACE_Service_Type_Impl. |
|
Implements ACE_Service_Type_Impl. |
|
Implements ACE_Service_Type_Impl. |
|
Add a new <ACE_Module> to the top of the <ACE_Stream>.
|
|
Search for <module> and remove it from the <ACE_Stream>.
|
|
Implements ACE_Service_Type_Impl. |
|
Implements ACE_Service_Type_Impl. |
|
Declare the dynamic allocation hooks.
Reimplemented from ACE_Service_Type_Impl. |
|
Pointer to the head of the <ACE_Module> list.
|