GreenCloud Simulator
Public Member Functions | List of all members
ProvOutAgentClass Class Reference
Inheritance diagram for ProvOutAgentClass:
Inheritance graph
[legend]
Collaboration diagram for ProvOutAgentClass:
Collaboration graph
[legend]

Public Member Functions

 ProvOutAgentClass ()
 
TclObject * create (int, const char *const *)
 

Detailed Description

Definition at line 11 of file provideroutagent.cc.

Constructor & Destructor Documentation

ProvOutAgentClass::ProvOutAgentClass ( )
inline

Definition at line 13 of file provideroutagent.cc.

13 : TclClass("Agent/TCP/ProvOutAgent") {}

Member Function Documentation

TclObject* ProvOutAgentClass::create ( int  ,
const char *const *   
)
inline

Definition at line 14 of file provideroutagent.cc.

14  {
15  return (new ProviderOutAgent());
16  }

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