#include <VectorTools.hh>
 | 
| template<typename ContainerType , typename ValueType >  | 
| static bool  | containsValue (const ContainerType &aVec, const ValueType &aValue) | 
|   | 
| template<typename ContainerType , typename ValueType >  | 
| static bool  | insertUnique (ContainerType &aVec, const ValueType &aValue) | 
|   | 
| template<typename ContainerType , typename ValueType >  | 
| static void  | removeDuplicates (ContainerType &aVec, const ValueType &aValue) | 
|   | 
Definition at line 41 of file VectorTools.hh.
 
◆ containsValue()
template<typename ContainerType , typename ValueType > 
  
  
      
        
          | static bool VectorTools::containsValue  | 
          ( | 
          const ContainerType &  | 
          aVec,  | 
         
        
           | 
           | 
          const ValueType &  | 
          aValue  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ insertUnique()
template<typename ContainerType , typename ValueType > 
  
  
      
        
          | static bool VectorTools::insertUnique  | 
          ( | 
          ContainerType &  | 
          aVec,  | 
         
        
           | 
           | 
          const ValueType &  | 
          aValue  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
◆ removeDuplicates()
template<typename ContainerType , typename ValueType > 
  
  
      
        
          | static void VectorTools::removeDuplicates  | 
          ( | 
          ContainerType &  | 
          aVec,  | 
         
        
           | 
           | 
          const ValueType &  | 
          aValue  | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
static   | 
  
 
 
The documentation for this class was generated from the following file: