Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
pjl.h File Reference
#include <jawsmako/types.h>
#include <jawsmako/jawsmako.h>
Include dependency graph for pjl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  JawsMako::IPJLParser
 A PJL (Printer Job Language) parser for Mako. More...
class  JawsMako::IPJLParser::CPjlAttributeValue
 A captured PJL attribute. More...

Namespaces

namespace  JawsMako

Macros

#define obj2IPJLParser(obj)

Macro Definition Documentation

◆ obj2IPJLParser

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