LLVM API Documentation

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

#include <Graph.h>

List of all members.

Public Member Functions

 NodeIdSet (const Graph &G)
NodeItr begin () const
NodeItr end () const
bool empty () const
NodeVector::size_type size () const

Detailed Description

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

Definition at line 288 of file Graph.h.


Constructor & Destructor Documentation

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

Definition at line 290 of file Graph.h.


Member Function Documentation

template<typename SolverT >
NodeItr PBQP::Graph< SolverT >::NodeIdSet::begin ( ) const [inline]

Definition at line 291 of file Graph.h.

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

Definition at line 293 of file Graph.h.

Referenced by PBQP::Graph< SolverT >::empty().

template<typename SolverT >
NodeItr PBQP::Graph< SolverT >::NodeIdSet::end ( ) const [inline]

Definition at line 292 of file Graph.h.

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

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