28 #ifndef INCLUDED_BLPAPI_REQUESTTEMPLATE 29 #define INCLUDED_BLPAPI_REQUESTTEMPLATE 64 #ifndef INCLUDED_BLPAPI_CALL 68 #ifndef INCLUDED_BLPAPI_DEFS 72 #ifndef INCLUDED_BLPAPI_TYPES 195 : d_impl(original.d_impl)
219 swap(tmp.d_impl, d_impl);
234 #endif // #ifdef __cplusplus 235 #endif // #ifndef INCLUDED_BLPAPI_REQUESTTEMPLATE Common definitions used by the library.
void swap(Event::iterator &lhs, Event::iterator &rhs)
Swap the contents of the lhs and rhs iterators.
Definition: blpapi_event.h:720
Definition: blpapi_abstractsession.h:220
#define BLPAPI_CALL(FUNCNAME)
Definition: blpapi_call.h:353
RequestTemplate(blpapi_RequestTemplate_t *handle=0)
Definition: blpapi_requesttemplate.h:189
Definition: blpapi_requesttemplate.h:131
const blpapi_RequestTemplate_t * impl() const
Definition: blpapi_requesttemplate.h:224
RequestTemplate & operator=(const RequestTemplate &rhs)
Definition: blpapi_requesttemplate.h:214
struct blpapi_RequestTemplate blpapi_RequestTemplate_t
Definition: blpapi_types.h:163
int blpapi_RequestTemplate_addRef(const blpapi_RequestTemplate_t *requestTemplate)
#define BLPAPI_CALL_UNCHECKED(FUNCNAME)
Definition: blpapi_call.h:354
#define BLPAPI_EXPORT
Definition: blpapi_defs.h:171
#define BLPAPI_CALL_AVAILABLE(FUNCNAME)
Definition: blpapi_call.h:352
Provide functions for dispatchtbl.
int blpapi_RequestTemplate_release(const blpapi_RequestTemplate_t *requestTemplate)
~RequestTemplate()
Definition: blpapi_requesttemplate.h:202