This is Unofficial EPICS BASE Doxygen Site
parseany.cpp File Reference
#include <sstream>
#include <pv/pvdVersion.h>
#include <pv/pvData.h>
#include <pv/valueBuilder.h>
#include "pv/json.h"
+ Include dependency graph for parseany.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 TRY   context *self = (context*)ctx; try
 
#define CATCH()   catch(std::exception& e) { self->msg = e.what(); return 0; }
 

Functions

epics::pvData::PVStructure::shared_pointer epics::pvData::parseJSON (std::istream &strm)
 

Macro Definition Documentation

#define CATCH ( )    catch(std::exception& e) { self->msg = e.what(); return 0; }

Definition at line 44 of file parseany.cpp.

#define epicsExportSharedSymbols

Definition at line 8 of file parseany.cpp.

#define TRY   context *self = (context*)ctx; try

Definition at line 42 of file parseany.cpp.