LLVM API Documentation

Public Member Functions
PBQP::Graph< SolverT >::EdgeIdSet Class Reference

#include <Graph.h>

List of all members.

Public Member Functions

 EdgeIdSet (const Graph &G)
EdgeItr begin () const
EdgeItr end () const
bool empty () const
NodeVector::size_type size () const

Detailed Description

template<typename SolverT>
class PBQP::Graph< SolverT >::EdgeIdSet

Definition at line 301 of file Graph.h.


Constructor & Destructor Documentation

template<typename SolverT >
PBQP::Graph< SolverT >::EdgeIdSet::EdgeIdSet ( const Graph G) [inline]

Definition at line 303 of file Graph.h.


Member Function Documentation

template<typename SolverT >
EdgeItr PBQP::Graph< SolverT >::EdgeIdSet::begin ( ) const [inline]

Definition at line 304 of file Graph.h.

template<typename SolverT >
bool PBQP::Graph< SolverT >::EdgeIdSet::empty ( ) const [inline]

Definition at line 306 of file Graph.h.

template<typename SolverT >
EdgeItr PBQP::Graph< SolverT >::EdgeIdSet::end ( ) const [inline]

Definition at line 305 of file Graph.h.

template<typename SolverT >
NodeVector::size_type PBQP::Graph< SolverT >::EdgeIdSet::size ( ) const [inline]

Definition at line 307 of file Graph.h.

Referenced by PBQP::Graph< SolverT >::dump(), and PBQP::Graph< SolverT >::getNumEdges().


The documentation for this class was generated from the following file: