ldas-tools-framecpp
2.7.0
|
Routines related to implementing the C interface. More...
Classes | |
class | Pointers |
struct | Handle |
struct | FrameH |
struct | FrChannel |
struct | FrDetector |
struct | FrEvent |
struct | FrHistory |
struct | FrTOC |
Enumerations | |
enum | pointer_type { POINTER_STREAM , POINTER_FR_CHANNEL , POINTER_FR_DETECTOR , POINTER_FR_EVENT , POINTER_FR_HISTORY , POINTER_FRAME_H , POINTER_FR_TOC } |
Variables | |
const char * | UnknownError = "Unknown error" |
Routines related to implementing the C interface.
The C Interface allows for C applications to interface with the C++ interface without having to use a C++ compiler.
enum FrameC::pointer_type |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
H FrameC::HandleCast | ( | const void * | Base | ) |
H FrameC::HandleCast | ( | void * | Base | ) |
pointer_type FrameC::PointerType | ( | fr_file_t * | Value | ) |
|
inline |
pointer_type FrameC::PointerType | ( | FrChannel * | Value | ) |
|
inline |
|
inline |
|
inline |
|
inline |
pointer_type FrameC::PointerType | ( | T * | ) |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
const char * FrameC::UnknownError = "Unknown error" |