comet::static_object<> Class Template Reference
[Classes used as bases for COM objects.Classes used as bases for COM objects.]

#include <comet/server.h>

Inheritance diagram for comet::static_object<>:

Inheritance graph
[legend]

Detailed Description

template<COMET_LIST_TEMPLATE>
class comet::static_object<>

A simple static allocated COM object.
                        class my_class : public static_object< IFooImpl<my_class>, IBarImpl<myclass> >
                        {
                           ...
                        };
See also:
handle_exception_default IProvideClassInfoImpl


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