#include "pvif.h"
Definition at line 381 of file pvif.h.
virtual PVIFBuilder::~PVIFBuilder |
( |
| ) |
|
|
inlinevirtual |
PVIFBuilder::PVIFBuilder |
( |
| ) |
|
|
inlineprotected |
PVIFBuilder * PVIFBuilder::create |
( |
const std::string & |
name | ) |
|
|
static |
Definition at line 1218 of file pvif.cpp.
1222 else if(
type==
"plain")
1223 return new PlainBuilder;
1224 else if(
type==
"any")
1225 return new AnyScalarBuilder;
1226 else if(
type==
"meta")
1227 return new MetaBuilder;
1228 else if(
type==
"proc")
1229 return new ProcBuilder;
1231 throw std::runtime_error(std::string(
"Unknown +type=")+
type);
pvd::StructureConstPtr type
Definition at line 1204 of file pvif.cpp.
1209 throw std::runtime_error(
"Can't attach this +type to root");
1213 builder = builder->add(fld, ftype);
virtual epics::pvData::FieldConstPtr dtype(dbChannel *channel)=0
std::tr1::shared_ptr< const Field > FieldConstPtr
The documentation for this struct was generated from the following files: