Calibration.  
 More...
#include <JHead.hh>
Calibration. 
Definition at line 328 of file JHead.hh.
 
◆ statical()
  
  
      
        
          | static const std::string JAANET::calibration::statical  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Definition at line 331 of file JHead.hh.
  331 { 
return "statical"; }
 
 
 
 
◆ dynamical()
  
  
      
        
          | static const std::string JAANET::calibration::dynamical  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inlinestatic   | 
  
 
Definition at line 332 of file JHead.hh.
  332 { 
return "dynamical"; }
 
 
 
 
◆ ClassDefNV() [1/2]
◆ match()
  
  
      
        
          | bool JAANET::String::match  | 
          ( | 
          const String &  | 
          object | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Test match. 
- Parameters
 - 
  
  
 
- Returns
 - true if matches; else false 
 
Definition at line 166 of file JHead.hh.
  168       return !(*this).less(
object) && !(object).
less(*
this);
 
bool less(const String &object) const
Comparison.
 
 
 
 
◆ less()
  
  
      
        
          | bool JAANET::String::less  | 
          ( | 
          const String &  | 
          object | ) | 
           const | 
         
       
   | 
  
inlineinherited   | 
  
 
Comparison. 
- Parameters
 - 
  
  
 
- Returns
 - true if this string less than given string; else false 
 
Definition at line 177 of file JHead.hh.
  181       istringstream i0(
this ->
buffer);
 
  182       istringstream i1(
object.
buffer);
 
  187       copy(istream_iterator<string>(i0), istream_iterator<string>(), back_inserter(v0));
 
  188       copy(istream_iterator<string>(i1), istream_iterator<string>(), back_inserter(v1));
 
void copy(const Head &from, JHead &to)
Copy header from from to to.
 
std::string buffer
General purpose name.
 
 
 
 
◆ ClassDefNV() [2/2]
  
  
      
        
          | JAANET::String::ClassDefNV  | 
          ( | 
          String  | 
          ,  | 
         
        
           | 
           | 
          1  | 
            | 
         
        
           | 
          ) | 
           |  | 
         
       
   | 
  
inherited   | 
  
 
 
◆ buffer
  
  
      
        
          | std::string JAANET::String::buffer | 
         
       
   | 
  
inherited   | 
  
 
General purpose name. 
Definition at line 217 of file JHead.hh.
 
 
The documentation for this struct was generated from the following file: