bpp-core3  3.0.0
AssociationGraphImplObserver.h File Reference
#include <algorithm>
#include <fstream>
#include <iostream>
#include <map>
#include <memory>
#include <ostream>
#include <type_traits>
#include <vector>
#include "../Clonable.h"
#include "../Exceptions.h"
#include "../Text/TextTools.h"
#include "AssociationGraphObserver.h"
#include "GlobalGraph.h"
+ Include dependency graph for AssociationGraphImplObserver.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  bpp::AssociationGraphImplObserver< N, E, GraphImpl >
 
class  bpp::AssociationGraphImplObserver< N, E, GraphImpl >::NodeIteratorClass< GraphIterator, is_const >
 
class  bpp::AssociationGraphImplObserver< N, E, GraphImpl >::EdgeIteratorClass< GraphIterator, is_const >
 

Namespaces

 bpp
 

Typedefs

template<class N , class E >
using bpp::AssociationGlobalGraphObserver = AssociationGraphImplObserver< N, E, GlobalGraph >