| 81 | // * * * * * * * * * * * * * * * Member Functions * * * * * * * * * * * * * // |
| 82 | |
| 83 | bool Foam::token::compound::isCompound(const word& name) |
| 84 | { |
| 85 | return |
| 86 | ( |
| 87 | IstreamConstructorTablePtr_ |
| 88 | && IstreamConstructorTablePtr_->found(name) |
| 89 | ); |
| 90 | } |
| 91 | |
| 92 | |
| 93 | Foam::token::compound& Foam::token::transferCompoundToken(const Istream& is) |
no test coverage detected