Geant4_10
Classes | Typedefs | Functions
test12.cc File Reference
#include <boost/python.hpp>
#include "vector_indexing_suite.hpp"
#include <vector>
#include <iostream>
Include dependency graph for test12.cc:

Go to the source code of this file.

Classes

class  AClass
 

Typedefs

typedef std::vector< AClass * > AVector
 

Functions

void PrintVector (const AVector &vec)
 
 BOOST_PYTHON_MODULE (test12)
 

Typedef Documentation

typedef std::vector<AClass*> AVector

Definition at line 69 of file test12.cc.

Function Documentation

BOOST_PYTHON_MODULE ( test12  )

Definition at line 84 of file test12.cc.

Here is the call graph for this function:

void PrintVector ( const AVector vec)

Definition at line 72 of file test12.cc.

Here is the call graph for this function:

Here is the caller graph for this function: