Definition at line 270 of file ParseUtils.hpp.
 
  
  
      
        
          | Nektar::ParseUtils::fctor2::fctor2  | 
          ( | 
          std::vector< unsigned int > *  | 
          vec | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Definition at line 272 of file ParseUtils.hpp.
std::vector< unsigned int > * m_vector
 
 
 
 
  
  
      
        
          | void Nektar::ParseUtils::fctor2::operator()  | 
          ( | 
          unsigned int  | 
          n | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 277 of file ParseUtils.hpp.
  279                 unsigned int prevElem = 
m_vector->back();
 
  281                 for (
unsigned int i=prevElem+1; i<=n; ++i)
 
std::vector< unsigned int > * m_vector
 
 
 
 
  
  
      
        
          | std::vector<unsigned int>* Nektar::ParseUtils::fctor2::m_vector | 
         
       
   | 
  
private   |