#include </builds/gaudi/Gaudi/GaudiCoreSvc/src/JobOptionsSvc/Node.h>
Definition at line 79 of file Node.h.
 
◆ operator()() [1/6]
  
  
      
        
          | void Gaudi::Parsers::NodeOperations::operator()  | 
          ( | 
          Node &  | 
          node,  | 
         
        
           | 
           | 
          bool  | 
          val  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 92 of file Node.h.
   92 { node.value = val ? 
"1" : 
"0"; }
 
 
 
 
◆ operator()() [2/6]
  
  
      
        
          | void Gaudi::Parsers::NodeOperations::operator()  | 
          ( | 
          Node &  | 
          node,  | 
         
        
           | 
           | 
          boost::iterator_range< Iterator >  | 
          range  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 88 of file Node.h.
   89         node.value = boost::copy_range<std::string>( 
range );
 
 
 
 
◆ operator()() [3/6]
  
  
      
        
          | void Gaudi::Parsers::NodeOperations::operator()  | 
          ( | 
          Node &  | 
          node,  | 
         
        
           | 
           | 
          const Iterator &  | 
          iter  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 94 of file Node.h.
   96         node.position               = Position( pos.file, pos.line, pos.column );
 
 
 
 
◆ operator()() [4/6]
  
  
      
        
          | void Gaudi::Parsers::NodeOperations::operator()  | 
          ( | 
          Node &  | 
          node,  | 
         
        
           | 
           | 
          Node  | 
          child  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
Definition at line 84 of file Node.h.
   84 { node.children.push_back( 
std::move( child ) ); }
 
 
 
 
◆ operator()() [5/6]
  
  
      
        
          | void Gaudi::Parsers::NodeOperations::operator()  | 
          ( | 
          Node &  | 
          node,  | 
         
        
           | 
           | 
          Node::NodeType  | 
          type  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
◆ operator()() [6/6]
  
  
      
        
          | void Gaudi::Parsers::NodeOperations::operator()  | 
          ( | 
          Node &  | 
          node,  | 
         
        
           | 
           | 
          std::string  | 
          val  | 
         
        
           | 
          ) | 
           |  const | 
         
       
   | 
  
inline   | 
  
 
 
The documentation for this struct was generated from the following file:
- GaudiCoreSvc/src/JobOptionsSvc/Node.h