Poppler CPP 25.01.0
Namespaces | Macros | Functions
poppler-version.h.in File Reference
#include "poppler-global.h"
Include dependency graph for poppler-version.h.in:

Namespaces

namespace  poppler
 

Macros

#define POPPLER_VERSION   "@POPPLER_VERSION@"
 
#define POPPLER_VERSION_H
 
#define POPPLER_VERSION_MAJOR   @POPPLER_MAJOR_VERSION@
 
#define POPPLER_VERSION_MICRO   @POPPLER_MICRO_VERSION@
 
#define POPPLER_VERSION_MINOR   @POPPLER_MINOR_VERSION@
 

Functions

unsigned int poppler::version_major ()
 
unsigned int poppler::version_micro ()
 
unsigned int poppler::version_minor ()
 
std::string poppler::version_string ()
 

Detailed Description

poppler-version.h

Remarks
poppler-version.h.in is the file name in Poppler's source files. The file name as an include file is poppler-version.h.

Macro Definition Documentation

◆ POPPLER_VERSION

#define POPPLER_VERSION   "@POPPLER_VERSION@"

The version string of the poppler-cpp header files.

e.g. in poppler version 0.1.2 this is "0.1.2".

◆ POPPLER_VERSION_MAJOR

#define POPPLER_VERSION_MAJOR   @POPPLER_MAJOR_VERSION@

The "major" version number of the poppler-cpp header files.

e.g. in poppler version 0.1.2 this is 0.

◆ POPPLER_VERSION_MICRO

#define POPPLER_VERSION_MICRO   @POPPLER_MICRO_VERSION@

The "micro" version number of the poppler-cpp header files.

e.g. in poppler version 0.1.2 this is 2.

◆ POPPLER_VERSION_MINOR

#define POPPLER_VERSION_MINOR   @POPPLER_MINOR_VERSION@

The "minor" version number of the poppler-cpp header files.

e.g. in poppler version 0.1.2 this is 1.