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

operations_research::ConstIntPtrArray< T >::Cell Struct Reference

A cell is used to store pairs of <T, int64>. More...

#include <const_int_ptr_array.h>

List of all members.

Public Member Functions

 Cell (T *p, int64 c)
 Cell ()
string DebugString () const

Public Attributes

T * ptr
int64 value


Detailed Description

template<class T>
struct operations_research::ConstIntPtrArray< T >::Cell

A cell is used to store pairs of <T, int64>.

Definition at line 50 of file const_int_ptr_array.h.


Constructor & Destructor Documentation

template<class T>
operations_research::ConstIntPtrArray< T >::Cell::Cell ( T *  p,
int64  c 
) [inline]

Definition at line 51 of file const_int_ptr_array.h.

template<class T>
operations_research::ConstIntPtrArray< T >::Cell::Cell (  )  [inline]

Definition at line 52 of file const_int_ptr_array.h.


Member Function Documentation

template<class T>
string operations_research::ConstIntPtrArray< T >::Cell::DebugString (  )  const [inline]

Definition at line 53 of file const_int_ptr_array.h.


Member Data Documentation

Definition at line 56 of file const_int_ptr_array.h.

template<class T>
int64 operations_research::ConstIntPtrArray< T >::Cell::value

Definition at line 57 of file const_int_ptr_array.h.


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