MarkLogic Connect
MarkLogic Connect Client API Collection
Public Member Functions | List of all members
CWrapper< T > Class Template Reference

A template container allowing the holding of any C++ object within a wrapper accessible from C. More...

#include <CWrapper.hpp>

Public Member Functions

 CWrapper (T *obj)
 
T & get ()
 

Detailed Description

template<typename T>
class CWrapper< T >

A template container allowing the holding of any C++ object within a wrapper accessible from C.

See the ConnectionWrapper.h file for connecting to MarkLogic and making requests, the ResponseWrapper.h file for working with the results from those calls.


The documentation for this class was generated from the following file: