Namespaces | |
namespace | JetByteTools |
namespace | JetByteTools::Core |
Defines | |
#define | DECLARE_CLASS(_Base) |
Functions | |
DECLARE_CLASS (JetByteTools::Core::Windows::CEvent) |
#define DECLARE_CLASS | ( | _Base | ) |
Value:
class CEvent : public _Base \ { \ public : \ \ CEvent( \ ResetType resetType, \ InitialState initialState) \ : _Base( \ resetType, \ initialState) \ { \ } \ }