Acoustic counter.
More...
#include <JCounter.hh>
Acoustic counter.
Definition at line 26 of file JCounter.hh.
◆ JCounter() [1/2]
| JACOUSTICS::JCounter::JCounter |
( |
| ) |
|
|
inline |
◆ JCounter() [2/2]
| JACOUSTICS::JCounter::JCounter |
( |
const int | counter | ) |
|
|
inline |
Constructor.
- Parameters
-
Definition at line 40 of file JCounter.hh.
◆ getCounter()
| int JACOUSTICS::JCounter::getCounter |
( |
| ) |
const |
|
inline |
Get counter.
- Returns
- counter
Definition at line 50 of file JCounter.hh.
◆ ClassDefNV()
| JACOUSTICS::JCounter::ClassDefNV |
( |
JCounter | , |
|
|
1 | ) |
◆ operator>>
| JReader & operator>> |
( |
JReader & | in, |
|
|
JCounter & | object ) |
|
friend |
Read counter from input.
- Parameters
-
- Returns
- reader
Definition at line 63 of file JCounter.hh.
64 {
65 in >> object.counter;
66
67 return in;
68 }
◆ operator<<
| JWriter & operator<< |
( |
JWriter & | out, |
|
|
const JCounter & | object ) |
|
friend |
Write counter to output.
- Parameters
-
- Returns
- writer
Definition at line 78 of file 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: