Go to the documentation of this file.Go to the SVN repository for this file.
1 #ifndef __OBJMGR__SCOPE_TRANSACTION__HPP
2 #define __OBJMGR__SCOPE_TRANSACTION__HPP
79 void AddScope(
CScope& scope);
92 void*
operator new(size_t);
93 void*
operator new[](size_t);
Include a standard set of the NCBI C++ Toolkit most basic headers.
friend class CScopeTransaction
#define END_NCBI_SCOPE
End previously defined NCBI scope.
#define END_SCOPE(ns)
End the previously defined scope.
#define BEGIN_NCBI_SCOPE
Define ncbi namespace.
#define BEGIN_SCOPE(ns)
Define a new scope.
#define NCBI_XOBJMGR_EXPORT
Portable reference counted smart and weak pointers using CWeakRef, CRef, CObject and CObjectEx.