#include "Vector.H"
#include <string>
#include "CH_assert.H"
#include "SPMD.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"


Go to the source code of this file.
Classes | |
| class | IFid |
Functions | |
| template<> | |
| int | linearSize (const IFid &a_id) |
| template<> | |
| void | linearIn (IFid &a_id, const void *const inBuf) |
| template<> | |
| void | linearOut (void *const a_outBuf, const IFid &a_id) |
| int linearSize | ( | const IFid & | a_id | ) | [inline] |
References linearSize(), and IFid::names().
| void linearIn | ( | IFid & | a_id, | |
| const void *const | inBuf | |||
| ) | [inline] |
References linearIn(), and IFid::setNames().
| void linearOut | ( | void *const | a_outBuf, | |
| const IFid & | a_id | |||
| ) | [inline] |
References linearOut(), and IFid::names().
1.5.5