Mako 8.2.0 API
MakoCore SDK API Documentation
Loading...
Searching...
No Matches
JawsMako::CXFAPacket Class Reference

A class encapsulating an entry in an XFA array. More...

#include <jawsmako/interactive.h>

Public Member Functions

bool operator== (const CXFAPacket &other) const
bool operator!= (const CXFAPacket &other) const

Public Attributes

U8String name
 If empty and this is the only packet in the array, it represents the entire XFA package.
IInputStreamPtr stream
 The stream containing the XFA packet.

Detailed Description

A class encapsulating an entry in an XFA array.

Member Function Documentation

◆ operator!=()

bool JawsMako::CXFAPacket::operator!= ( const CXFAPacket & other) const
inline

◆ operator==()

bool JawsMako::CXFAPacket::operator== ( const CXFAPacket & other) const
inline

Member Data Documentation

◆ name

U8String JawsMako::CXFAPacket::name

If empty and this is the only packet in the array, it represents the entire XFA package.

◆ stream

IInputStreamPtr JawsMako::CXFAPacket::stream

The stream containing the XFA packet.


The documentation for this class was generated from the following file: