#include "pdbgroup.h"
Definition at line 22 of file pdbgroup.h.
void GroupConfig::parse |
( |
const char * |
txt, |
|
|
GroupConfig & |
result |
|
) |
| |
|
static |
Definition at line 219 of file configparse.cpp.
222 #ifndef EPICS_YAJL_VERSION 223 yajl_parser_config conf;
224 memset(&conf, 0,
sizeof(conf));
225 conf.allowComments = 1;
229 std::istringstream strm(txt);
233 #ifndef EPICS_YAJL_VERSION 242 throw std::runtime_error(ctxt.msg);
244 ctxt.conf.swap(result);
int yajl_config(yajl_handle h, yajl_option opt,...)
yajl_handle yajl_alloc(const yajl_callbacks *callbacks, yajl_alloc_funcs *afs, void *ctx)
bool yajl_parse_helper(std::istream &src, yajl_handle handle)
Definition at line 59 of file pdbgroup.h.
void swap(shared_ptr< T > &a, shared_ptr< T > &b) BOOST_NOEXCEPT
std::string GroupConfig::warning |
The documentation for this struct was generated from the following files: