HCE project C++ developers source code library  1.1.1
HCE project developer library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
HCE::component::ProcessInfo Struct Reference

#include <ProcessInfo.hpp>

Collaboration diagram for HCE::component::ProcessInfo:

Public Types

typedef void(TPlugin::* FP )(LCoreData &)

Public Member Functions

 ProcessInfo ()
bool compare (const ProcessInfo &processInfo) const

Public Attributes

MethodType _methodType
PluginType _pluginType
LanguageMask _languageMask
FP _methodAddress
TPlugin_object
Status _status
SSTRING _about

Detailed Description

Definition at line 206 of file ProcessInfo.hpp.

Member Typedef Documentation

typedef void(TPlugin::* HCE::component::ProcessInfo::FP)(LCoreData &)

Definition at line 212 of file ProcessInfo.hpp.

Constructor & Destructor Documentation

HCE::component::ProcessInfo::ProcessInfo ( )
inline

Definition at line 218 of file ProcessInfo.hpp.

Member Function Documentation

bool HCE::component::ProcessInfo::compare ( const ProcessInfo processInfo) const
inline

Definition at line 228 of file ProcessInfo.hpp.

Member Data Documentation

SSTRING HCE::component::ProcessInfo::_about

Definition at line 216 of file ProcessInfo.hpp.

LanguageMask HCE::component::ProcessInfo::_languageMask

Definition at line 210 of file ProcessInfo.hpp.

FP HCE::component::ProcessInfo::_methodAddress

Definition at line 213 of file ProcessInfo.hpp.

MethodType HCE::component::ProcessInfo::_methodType

Definition at line 208 of file ProcessInfo.hpp.

TPlugin* HCE::component::ProcessInfo::_object

Definition at line 214 of file ProcessInfo.hpp.

PluginType HCE::component::ProcessInfo::_pluginType

Definition at line 209 of file ProcessInfo.hpp.

Status HCE::component::ProcessInfo::_status

Definition at line 215 of file ProcessInfo.hpp.


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