Version: 8.3.0
CppComponent.hxx File Reference
#include <string>
#include "ComponentInstance.hxx"
#include "YACSRuntimeSALOMEExport.hxx"
Include dependency graph for CppComponent.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  YACS::ENGINE::returnInfo
 
class  YACS::ENGINE::CppComponent
 

Namespaces

namespace  YACS
 
namespace  YACS::ENGINE
 

Typedefs

typedef void *(* YACS::ENGINE::InitFunction )()
 
typedef void(* YACS::ENGINE::RunFunction )(void *, const char *, int, int, Any **, Any **, returnInfo *)
 
typedef void(* YACS::ENGINE::TerminateFunction )(void **)
 
typedef void(* YACS::ENGINE::PingFunction )()