TAO_CosNotification  2.1.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Private Attributes | List of all members
TAO_Notify::Save_Persist_Worker< TOPOOBJ > Class Template Reference

Iterate through children saving persistent topology information. More...

#include <Save_Persist_Worker_T.h>

Inheritance diagram for TAO_Notify::Save_Persist_Worker< TOPOOBJ >:
Inheritance graph
Collaboration diagram for TAO_Notify::Save_Persist_Worker< TOPOOBJ >:
Collaboration graph

Public Member Functions

 Save_Persist_Worker (Topology_Saver &saver, bool want_all_children)
 
virtual void work (TOPOOBJ *o)
 
- Public Member Functions inherited from TAO_ESF_Worker< TOPOOBJ >
virtual ~TAO_ESF_Worker (void)
 
virtual void set_size (size_t size)
 
virtual void work (Object *object)=0
 

Private Attributes

Topology_Saversaver_
 
bool want_all_children_
 

Detailed Description

template<class TOPOOBJ>
class TAO_Notify::Save_Persist_Worker< TOPOOBJ >

Iterate through children saving persistent topology information.

Constructor & Destructor Documentation

template<class TOPOOBJ >
TAO_Notify::Save_Persist_Worker< TOPOOBJ >::Save_Persist_Worker ( Topology_Saver saver,
bool  want_all_children 
)

/brief Constructor /param saver the object that will save persistent information. /param want_all_children if true, unmodified children should be saved, too.

Member Function Documentation

template<class TOPOOBJ >
void TAO_Notify::Save_Persist_Worker< TOPOOBJ >::work ( TOPOOBJ *  o)
virtual

Member Data Documentation

template<class TOPOOBJ >
Topology_Saver& TAO_Notify::Save_Persist_Worker< TOPOOBJ >::saver_
private
template<class TOPOOBJ >
bool TAO_Notify::Save_Persist_Worker< TOPOOBJ >::want_all_children_
private

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