Generated on Wed Apr 29 2015 11:51:41 for GGL-4.1.2 by doxygen 1.8.3.1
Data Structures | Namespaces | Macros | Typedefs
GS_STL.hh File Reference
#include "ggl/Graph.hh"
#include "ggl/Graph_Storage.hh"
#include <vector>
#include "sgm/GraphMatching.hh"
#include "ggl/GS_STL.icc"
Include dependency graph for GS_STL.hh:

Go to the source code of this file.

Data Structures

class  ggl::GS_STL_pushAllPT< STL_CONTAINER >
 Stores new graph pointers in STL push-back container. More...
 
class  ggl::GS_STL_pushAllT< STL_CONTAINER >
 Graph storage within STL push-back container. More...
 
class  ggl::GS_STL_pushUniquePT< STL_CONTAINER >
 Unique storage of new graph pointers in STL push-back container. More...
 
class  ggl::GS_STL_pushUniqueT< STL_CONTAINER >
 Unique storage of graphs in STL push-back container. More...
 

Namespaces

namespace  ggl
 

Macros

#define GGL_GS_STL_PUSHALLPT_TEMPLATE   template < class STL_CONTAINER >
 
#define GGL_GS_STL_PUSHALLPT_TYPE   GS_STL_pushAllPT < STL_CONTAINER >
 
#define GGL_GS_STL_PUSHALLT_TEMPLATE   template < class STL_CONTAINER >
 
#define GGL_GS_STL_PUSHALLT_TYPE   GS_STL_pushAllT < STL_CONTAINER >
 
#define GGL_GS_STL_PUSHUNIQUEPT_TEMPLATE   template < class STL_CONTAINER >
 
#define GGL_GS_STL_PUSHUNIQUEPT_TYPE   GS_STL_pushUniquePT < STL_CONTAINER >
 
#define GGL_GS_STL_PUSHUNIQUET_TEMPLATE   template < class STL_CONTAINER >
 
#define GGL_GS_STL_PUSHUNIQUET_TYPE   GS_STL_pushUniqueT < STL_CONTAINER >
 

Typedefs

typedef GS_STL_pushAllT ggl::GS_STL_pushAll
 Wrapper typedef around the default parameters of GS_STL_pushAllT<..> More...
 
typedef GS_STL_pushAllPT ggl::GS_STL_pushAllP
 Wrapper typedef around the default parameters of GS_STL_pushAllPT<..> More...
 
typedef GS_STL_pushUniqueT ggl::GS_STL_pushUnique
 Wrapper typedef around the default parameters of GS_STL_pushUniqueT<..> More...
 
typedef GS_STL_pushUniquePT ggl::GS_STL_pushUniqueP
 Wrapper typedef around the default parameters of GS_STL_pushUniquePT<..> More...
 

Macro Definition Documentation

#define GGL_GS_STL_PUSHALLPT_TEMPLATE   template < class STL_CONTAINER >

Definition at line 72 of file GS_STL.hh.

#define GGL_GS_STL_PUSHALLPT_TYPE   GS_STL_pushAllPT < STL_CONTAINER >

Definition at line 75 of file GS_STL.hh.

#define GGL_GS_STL_PUSHALLT_TEMPLATE   template < class STL_CONTAINER >

Definition at line 12 of file GS_STL.hh.

#define GGL_GS_STL_PUSHALLT_TYPE   GS_STL_pushAllT < STL_CONTAINER >

Definition at line 15 of file GS_STL.hh.

#define GGL_GS_STL_PUSHUNIQUEPT_TEMPLATE   template < class STL_CONTAINER >

Definition at line 228 of file GS_STL.hh.

#define GGL_GS_STL_PUSHUNIQUEPT_TYPE   GS_STL_pushUniquePT < STL_CONTAINER >

Definition at line 231 of file GS_STL.hh.

#define GGL_GS_STL_PUSHUNIQUET_TEMPLATE   template < class STL_CONTAINER >

Definition at line 136 of file GS_STL.hh.

#define GGL_GS_STL_PUSHUNIQUET_TYPE   GS_STL_pushUniqueT < STL_CONTAINER >

Definition at line 139 of file GS_STL.hh.