Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
separator.h File Reference
Include dependency graph for separator.h:

Go to the source code of this file.

Classes

class  JawsMako::ISeparator
 An instance of the JawsMako Separator class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2ISeparator(obj)

Functions

 JawsMako::DECL_SMART_PTR (ISeparator)

Macro Definition Documentation

◆ obj2ISeparator

#define obj2ISeparator ( obj)
Value:
ISeparatorPtr(dynamic_cast<ISeparator *>((IRCObject *) obj), true)
Base class Interface for all Reference Counted objects.
Definition ircobject.h:35