DCL 3.7.4
Loading...
Searching...
No Matches
LibState Struct Reference

#include <LibState.h>

Public Member Functions

 LibState ()
 ~LibState ()

Public Attributes

InternalMutex lockSQLDriverPool
DCLCleanupCallback pfnSQLCleanup

Detailed Description

Definition at line 184 of file LibState.h.

Constructor & Destructor Documentation

◆ LibState()

LibState::LibState ( )

Definition at line 397 of file LibState.cpp.

398 : lockSQLDriverPool("LibState::lockSQLDriverPool")
399#ifdef __DCL_DEBUG
400 , lockGlobalOutput("LibState::lockGlobalOutput")
401 , mapThreadOutput(MAP_THREAD_OUTPUT_BUCKET_COUNT)
402 , lockThreadOutput("LibState::lockThreadOutput")
403#if __DCL_HAVE_ALLOC_DEBUG
404 , lockAlloc("LibState::lockAlloc")
405#endif // __DCL_HAVE_ALLOC_DEBUG
406#endif // __DCL_DEBUG
407{
409}
#define NULL
Definition Config.h:312
DCLCleanupCallback pfnSQLCleanup
Definition LibState.h:187
InternalMutex lockSQLDriverPool
Definition LibState.h:186

◆ ~LibState()

LibState::~LibState ( )

Definition at line 410 of file LibState.cpp.

411{
412}

Member Data Documentation

◆ lockSQLDriverPool

InternalMutex LibState::lockSQLDriverPool

Definition at line 186 of file LibState.h.

◆ pfnSQLCleanup

DCLCleanupCallback LibState::pfnSQLCleanup

Definition at line 187 of file LibState.h.


The documentation for this struct was generated from the following files: