Ipelib
Public Types | Public Attributes | List of all members
ipe::PdfToken Struct Reference

#include <ipepdfparser.h>

Public Types

enum  TToken {
  EErr, EOp, EName, ENumber,
  EString, ETrue, EFalse, ENull,
  EArrayBg, EArrayEnd, EDictBg, EDictEnd
}

Public Attributes

TToken iType
String iString

Detailed Description

A PDF lexical token.

Member Enumeration Documentation

The various types of tokens.

Enumerator:
EErr 
EOp 
EName 
ENumber 
EString 
ETrue 
EFalse 
ENull 
EArrayBg 
EArrayEnd 
EDictBg 
EDictEnd 

Member Data Documentation

TToken ipe::PdfToken::iType

The type of this token.

String ipe::PdfToken::iString

The string representing this token.


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