Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
ppmlinput.h File Reference

ppml Input-Specific Features. More...

Include dependency graph for ppmlinput.h:

Go to the source code of this file.

Classes

class  JawsMako::IPPMLInput
 An instance of the JawsMako PPML input class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPPMLInput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPPMLInput)

Detailed Description

ppml Input-Specific Features.

This header describes the PPML interface. These are a subclass of IInput. Instances of this type are returned by IInput::create() when eFFPPML is specified. This allows access to PPML specific input features and modes of operation.

Macro Definition Documentation

◆ obj2IPPMLInput

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