Model Railroad System
2.2.2
|
#include <assert.h>
#include <time.h>
#include <PDFPrinterSupport.h>
#include <Common.h>
#include <iostream>
#include <sstream>
#include <map>
#include <vector>
Namespaces | |
FCFSupport | |
Namespace to hold all of the FCF Support code. | |
FCFSupport::PDFFileStructures | |
PDF File support structures. | |
Typedefs | |
typedef map< string, IndirectObject *, less< string > > | FCFSupport::PDFFileStructures::NamedIndirectObjectMap |
A `‘vector’' of named indirect objects, implemented as a map. More... | |
typedef vector< PDFStream * > | FCFSupport::PDFFileStructures::PDFStreamVector |
A vector of PDF Streams. More... | |
typedef vector< PageLabelTree * > | FCFSupport::PDFFileStructures::PageLabelTreeKidVector |
Map of PageLabelTree kids. More... | |
typedef map< int, PageLabelDictionary *, less< int > > | FCFSupport::PDFFileStructures::PageLabelDictionaryNumMap |
Map of PageLabelDictionary numbers. More... | |
Functions | |
struct tm * | localtime_r (const time_t *, struct tm *) |
char * | asctime_r (const struct tm *, char *) |
string | FCFSupport::PDFFileStructures::QuotePDFString (const string &str) |
Quote a string (protect special character with a backslash). More... | |
ostream & | FCFSupport::operator<< (ostream &stream, const PDFFileStructures::PDFNameArray &pnarray) |
Output stream operator for PDFNameArrays. More... | |
char* asctime_r | ( | const struct tm * | , |
char * | |||
) |
struct tm* localtime_r | ( | const time_t * | , |
struct tm * | |||
) |