#include "ggl/Graph.hh"#include "ggl/Graph_Storage.hh"#include <vector>#include "sgm/GraphMatching.hh"#include "ggl/GS_STL.icc"
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... | |
| #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 > |