- Return info proxy. Used to print token information to a stream
| 476 | //- Return info proxy. |
| 477 | // Used to print token information to a stream |
| 478 | InfoProxy<IOobject> info() const |
| 479 | { |
| 480 | return *this; |
| 481 | } |
| 482 | |
| 483 | |
| 484 | // Member operators |
no outgoing calls
no test coverage detected