Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

seq::test Namespace Reference


Functions

template<typename T>
bool isSorted (T *nodes, unsigned int sz)
template<typename T>
bool isSorted (const std::vector< T > &nodes)
template<typename T>
bool isUniqueAndSorted (T *nodes, unsigned int sz)
template<typename T>
bool isUniqueAndSorted (const std::vector< T > &nodes)


Function Documentation

template<typename T>
bool seq::test::isSorted T *  nodes,
unsigned int  sz
 

Definition at line 28 of file testUtils.txx.

template<typename T>
bool seq::test::isSorted const std::vector< T > &  nodes  ) 
 

Parameters:
nodes[in] The vector of nodes that have to be tested.
Returns:
true if it is sorted and false otherwise

Definition at line 16 of file testUtils.txx.

template<typename T>
bool seq::test::isUniqueAndSorted T *  nodes,
unsigned int  sz
 

Definition at line 52 of file testUtils.txx.

template<typename T>
bool seq::test::isUniqueAndSorted const std::vector< T > &  nodes  ) 
 

Parameters:
nodes[in] The vector of nodes that have to be tested.
Returns:
true if it is sorted and unique and false otherwise

Definition at line 40 of file testUtils.txx.


Generated on Tue Mar 24 16:14:27 2009 for DENDRO by  doxygen 1.3.9.1