Generated on: Thu Mar 29 07:46:58 PDT 2012 for custom file set
// doxy/ or-tools/ src/ graph/

operations_research::TailArrayBuilder< GraphType, has_reverse_arcs > Struct Template Reference

The TailArrayBuilder for graphs with reverse arcs does nothing. More...

#include <ebert_graph.h>

List of all members.

Public Member Functions

 TailArrayBuilder (GraphType *unused_graph)
bool BuildTailArray () const


Detailed Description

template<typename GraphType, bool has_reverse_arcs>
struct operations_research::TailArrayBuilder< GraphType, has_reverse_arcs >

The TailArrayBuilder for graphs with reverse arcs does nothing.

Definition at line 1428 of file ebert_graph.h.


Constructor & Destructor Documentation

template<typename GraphType, bool has_reverse_arcs>
operations_research::TailArrayBuilder< GraphType, has_reverse_arcs >::TailArrayBuilder ( GraphType *  unused_graph  )  [inline, explicit]

Definition at line 1429 of file ebert_graph.h.


Member Function Documentation

template<typename GraphType, bool has_reverse_arcs>
bool operations_research::TailArrayBuilder< GraphType, has_reverse_arcs >::BuildTailArray (  )  const [inline]

Definition at line 1431 of file ebert_graph.h.


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