()
| 84 | // * * * * * * * * * * * * * * * Members Functions * * * * * * * * * * * * * // |
| 85 | |
| 86 | const Foam::word& Foam::baseIOdictionary::name() const |
| 87 | { |
| 88 | return regIOobject::name(); |
| 89 | } |
| 90 | |
| 91 | |
| 92 | // * * * * * * * * * * * * * * * Member Operators * * * * * * * * * * * * * // |
| 93 | |
| 94 | void Foam::baseIOdictionary::operator=(const baseIOdictionary& rhs) |
| 95 | { |
| 96 | dictionary::operator=(rhs); |
| 97 | } |
| 98 | |
| 99 | |
| 100 | // ************************************************************************* // |
no outgoing calls
no test coverage detected