XMP.incl_cpp File Reference

Overall client glue file for the XMP toolkit. More...

#include "XMP.hpp"
#include "XMP_Environment.h"
#include <stddef.h>
Include dependency graph for XMP.incl_cpp:
This graph shows which files directly or indirectly include this file:

Detailed Description

Overall client glue file for the XMP toolkit.

This is an overall client source file of XMP toolkit glue, the only XMP-specific one that clients should build in projects. This ensures that all of the client-side glue code for the XMP toolkit gets compiled.

You cannot compile this file directly, because the template's string type must be declared and only the client can do that. Instead, include this in some other source file. For example, to use std::string you only need these two lines:

  #include <string>
  #include "XMP.incl_cpp"

XMP-Toolkit-SDK-5.1.2 documentation generated by doxygen 1.6.3