PDT's ductape API Tutorial


1. Overview of PDT's Architecture

In this tutorial you will learn how to use PDT's ductape API to read PDB files. A PDB file is created by parsing a C/C++ or Fortran source with the include parser: cparse, cxxparse, f90parse and f95parse. To use these parsers type: %> export PATH=[path-to-pdt]/[arch]/bin/ %> cxxparse program.cpp %> ls program.ccp program.pdb

The Ductape API is organized as a heiarchy of classes. Here is an picture repersent some of those classes. More detail can be found at API documentation

Figure 1. Partial heiarchy of the classes in the ductape API

Partial heiarchy of the classes in the ductape API