Go to the source code of this file.
|
#define | epicsExportSharedSymbols |
|
#define | SET(K, V) B.add(K, V); |
|
#define | LEAK_CHECK(PTR, NAME) if((PTR) && !(PTR).unique()) { std::cerr<<"Leaking ServerContext " NAME " use_count="<<(PTR).use_count()<<"\n"<<show_referrers(PTR, false);} |
|
#define | SHOW(ENV) str << #ENV " = "<<conf->getPropertyAsString(#ENV, std::string())<<"\n"; |
|
#define epicsExportSharedSymbols |
Copyright - See the COPYRIGHT that is included with this distribution. pvAccessCPP is distributed subject to a Software License Agreement found in file LICENSE that is included with this distribution.
Definition at line 14 of file serverContext.cpp.
#define LEAK_CHECK |
( |
|
PTR, |
|
|
|
NAME |
|
) |
| if((PTR) && !(PTR).unique()) { std::cerr<<"Leaking ServerContext " NAME " use_count="<<(PTR).use_count()<<"\n"<<show_referrers(PTR, false);} |
#define SET |
( |
|
K, |
|
|
|
V |
|
) |
| B.add(K, V); |
#define SHOW |
( |
|
ENV | ) |
str << #ENV " = "<<conf->getPropertyAsString(#ENV, std::string())<<"\n"; |
ServerContextImpl::shared_pointer wrapped |