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

JawsMako PCLXL Output. More...

Include dependency graph for pclxloutput.h:

Go to the source code of this file.

Classes

class  JawsMako::IPCLXLOutput
 Interface for the PCLXL IOutput class. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPCLXLOutput(obj)

Functions

 JawsMako::DECL_SMART_PTR (IPCLXLOutput)

Detailed Description

JawsMako PCLXL Output.

Macro Definition Documentation

◆ obj2IPCLXLOutput

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