Whiteboard
An interface and tools for visualizing large and complex datasets
Public Member Functions | Private Attributes | List of all members
TMBinaryArraySearcher< Item > Class Template Reference

#include <mutil.h>

Public Member Functions

 TMBinaryArraySearcher ()
 
 ~TMBinaryArraySearcher ()
 
void SetTo (const Item *pSearchList, long length)
 
bool Search (long &index, const Item &toFind)
 

Private Attributes

Item * m_pSearchPtr
 
long m_length
 
long m_virtLength
 

Constructor & Destructor Documentation

template<class Item >
TMBinaryArraySearcher< Item >::TMBinaryArraySearcher ( )
inline
template<class Item >
TMBinaryArraySearcher< Item >::~TMBinaryArraySearcher ( )
inline

Member Function Documentation

template<class Item >
bool TMBinaryArraySearcher< Item >::Search ( long &  index,
const Item &  toFind 
)
inline
template<class Item >
void TMBinaryArraySearcher< Item >::SetTo ( const Item *  pSearchList,
long  length 
)
inline

Member Data Documentation

template<class Item >
long TMBinaryArraySearcher< Item >::m_length
private
template<class Item >
Item* TMBinaryArraySearcher< Item >::m_pSearchPtr
private
template<class Item >
long TMBinaryArraySearcher< Item >::m_virtLength
private

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