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

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

The TailArrayBuilder for graphs without reverse arcs calls the appropriate method on the graph from the TailArrayBuilder constructor. More...

#include <ebert_graph.h>

List of all members.

Public Member Functions

 TailArrayBuilder (GraphType *graph)
bool BuildTailArray () const

Public Attributes

GraphType *const graph_


Detailed Description

template<typename GraphType>
struct operations_research::TailArrayBuilder< GraphType, false >

The TailArrayBuilder for graphs without reverse arcs calls the appropriate method on the graph from the TailArrayBuilder constructor.

Definition at line 1439 of file ebert_graph.h.


Constructor & Destructor Documentation

template<typename GraphType>
operations_research::TailArrayBuilder< GraphType, false >::TailArrayBuilder ( GraphType *  graph  )  [inline, explicit]

Definition at line 1440 of file ebert_graph.h.


Member Function Documentation

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

Definition at line 1442 of file ebert_graph.h.


Member Data Documentation

template<typename GraphType>
GraphType* const operations_research::TailArrayBuilder< GraphType, false >::graph_

Definition at line 1446 of file ebert_graph.h.


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