This is Unofficial EPICS BASE Doxygen Site
anyscalar.cpp File Reference
#include <epicsAssert.h>
#include <shareLib.h>
#include "pv/anyscalar.h"
#include "pv/typemap.h"
+ Include dependency graph for anyscalar.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 CASE(BASETYPE, PVATYPE, DBFTYPE, PVACODE)   case pv ## PVACODE: strm<<v._as<PVATYPE>(); break;
 
#define CASE_REAL_INT64
 
#define CASE_STRING
 

Functions

std::ostream & epics::pvData::operator<< (std::ostream &strm, const AnyScalar &v)
 

Macro Definition Documentation

#define CASE (   BASETYPE,
  PVATYPE,
  DBFTYPE,
  PVACODE 
)    case pv ## PVACODE: strm<<v._as<PVATYPE>(); break;
#define CASE_REAL_INT64
#define CASE_STRING
#define epicsExportSharedSymbols

Definition at line 4 of file anyscalar.cpp.