General purpose string class.  
 More...
#include <JHead.hh>
General purpose string class. 
Definition at line 102 of file JHead.hh.
 
◆ String()
  
  
      
        
          | JAANET::String::String  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
Default constructor. 
Definition at line 106 of file JHead.hh.
 
 
◆ match()
  
  
      
        
          | bool JAANET::String::match  | 
          ( | 
          const String &  | 
          object | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
Test match. 
- Parameters
 - 
  
  
 
- Returns
 - true if matches; else false 
 
Definition at line 116 of file JHead.hh.
  118       return buffer == 
object.buffer;
 
 
 
 
◆ ClassDefNV()
      
        
          | JAANET::String::ClassDefNV  | 
          ( | 
          String  | 
          ,  | 
        
        
           | 
           | 
          1  | 
            | 
        
        
           | 
          ) | 
           |  | 
        
      
 
 
◆ buffer
      
        
          | std::string JAANET::String::buffer | 
        
      
 
General purpose name. 
Definition at line 121 of file JHead.hh.
 
 
The documentation for this struct was generated from the following file: