| 33 | // * * * * * * * * * * * * * Private Member Functions * * * * * * * * * * * // |
| 34 | |
| 35 | inline void Foam::UIPstream::checkEof() |
| 36 | { |
| 37 | if (externalBufPosition_ == messageSize_) |
| 38 | { |
| 39 | setEof(); |
| 40 | } |
| 41 | } |
| 42 | |
| 43 | |
| 44 | template<class T> |
no outgoing calls
no test coverage detected