Acoustic counter.  
 More...
#include <JCounter.hh>
Acoustic counter. 
Definition at line 26 of file JAcoustics/JCounter.hh.
 
◆ JCounter() [1/2]
  
  
      
        
          | JACOUSTICS::JCounter::JCounter  | 
          ( | 
           | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ JCounter() [2/2]
  
  
      
        
          | JACOUSTICS::JCounter::JCounter  | 
          ( | 
          const int |           counter | ) | 
           | 
         
       
   | 
  
inline   | 
  
 
 
◆ getCounter()
  
  
      
        
          | int JACOUSTICS::JCounter::getCounter  | 
          ( | 
           | ) | 
           const | 
         
       
   | 
  
inline   | 
  
 
 
◆ ClassDefNV()
      
        
          | JACOUSTICS::JCounter::ClassDefNV  | 
          ( | 
          JCounter |           ,  | 
        
        
           | 
           | 
          1 |            ) | 
        
      
 
 
◆ operator>>
Read counter from input. 
- Parameters
 - 
  
  
 
- Returns
 - reader 
 
Definition at line 63 of file JAcoustics/JCounter.hh.
   64    {
   65      in >> object.counter;
   66 
   67      return in;
   68    }
 
 
 
◆ operator<<
Write counter to output. 
- Parameters
 - 
  
  
 
- Returns
 - writer 
 
Definition at line 78 of file JAcoustics/JCounter.hh.
   79    {
   80      out << object.counter;
   81 
   82      return out;
   83    }
 
 
 
◆ counter
  
  
      
        
          | int JACOUSTICS::JCounter::counter | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this struct was generated from the following file: