'Classic' CCA c++ binding (ccaffeine-only) 0.5.7
Public Member Functions | List of all members
classic::gov::cca::Component Class Reference

Component object model that all Components must implement. More...

#include <cca.h>

Inheritance diagram for classic::gov::cca::Component:
Inheritance graph
[legend]

Public Member Functions

virtual ~Component ()
 obligatory virtual destructor
 
virtual void setServices (Services *cc) CLASSIC_CCA_PURE
 The components containing framework provides services through the Services interface.
 

Detailed Description

Component object model that all Components must implement.

Constructor & Destructor Documentation

◆ ~Component()

virtual classic::gov::cca::Component::~Component ( )
inlinevirtual

obligatory virtual destructor

237{}

Member Function Documentation

◆ setServices()

virtual void classic::gov::cca::Component::setServices ( Services cc)
virtual

The components containing framework provides services through the Services interface.


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