LLVM API Documentation

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

#include <Graph.h>

List of all members.

Public Member Functions

 AdjEdgeIdSet (const NodeEntry &NE)
NodeEntry::AdjEdgeItr begin () const
NodeEntry::AdjEdgeItr end () const
bool empty () const
NodeEntry::AdjEdgeList::size_type size () const

Detailed Description

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

Definition at line 314 of file Graph.h.


Constructor & Destructor Documentation

template<typename SolverT >
PBQP::Graph< SolverT >::AdjEdgeIdSet::AdjEdgeIdSet ( const NodeEntry &  NE) [inline]

Definition at line 316 of file Graph.h.


Member Function Documentation

template<typename SolverT >
NodeEntry::AdjEdgeItr PBQP::Graph< SolverT >::AdjEdgeIdSet::begin ( ) const [inline]

Definition at line 317 of file Graph.h.

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

Definition at line 323 of file Graph.h.

template<typename SolverT >
NodeEntry::AdjEdgeItr PBQP::Graph< SolverT >::AdjEdgeIdSet::end ( ) const [inline]

Definition at line 320 of file Graph.h.

template<typename SolverT >
NodeEntry::AdjEdgeList::size_type PBQP::Graph< SolverT >::AdjEdgeIdSet::size ( ) const [inline]

Definition at line 324 of file Graph.h.


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