![]() |
This is Unofficial EPICS BASE Doxygen Site
|
#include <algorithm>#include <sstream>#include <string.h>#include <epicsConvert.h>#include "pv/typeCast.h"
Include dependency graph for typeCast.cpp:Go to the source code of this file.
Namespaces | |
| epics | |
| TODO only here because of the Lockable. | |
| epics::pvData | |
| pvData | |
Macros | |
| #define | epicsExportSharedSymbols |
| #define | COPYMEM(N) copyMem<N>(count, dest, src) |
| #define | CAST(TO, FROM) castVTyped<TO, FROM>(count, dest, src) |
Functions | |
| epicsShareExtern void | epics::pvData::castUnsafeV (size_t count, ScalarType to, void *dest, ScalarType from, const void *src) |
| #define CAST | ( | TO, | |
| FROM | |||
| ) | castVTyped<TO, FROM>(count, dest, src) |
| #define COPYMEM | ( | N | ) | copyMem<N>(count, dest, src) |
| #define epicsExportSharedSymbols |
Definition at line 13 of file typeCast.cpp.