C++ Instrument Catalog
Macros | Typedefs
MFCManager.cpp File Reference
#include <random>
#include <chrono>
#include <algorithm>
#include "MFCManager.h"
#include "Helpers.h"
#include "OSDefines.h"
#include "Exception.h"
#include "date.h"

Go to the source code of this file.

Macros

#define LOG(__msg__, __level__, __location__)   l_Log(CInstrumentCatalog::sLogMessage(__level__, "MFCManager", __msg__, __location__))
 
#define NO_SEARCH_SPR   0
 
#define SEARCH_ENDED_SPR   100
 

Typedefs

typedef CException< CMFCManagerCMFCManagerException
 

Detailed Description

Date
2021

Definition in file MFCManager.cpp.

Macro Definition Documentation

◆ LOG

#define LOG (   __msg__,
  __level__,
  __location__ 
)    l_Log(CInstrumentCatalog::sLogMessage(__level__, "MFCManager", __msg__, __location__))

Definition at line 19 of file MFCManager.cpp.

◆ NO_SEARCH_SPR

#define NO_SEARCH_SPR   0

Definition at line 21 of file MFCManager.cpp.

◆ SEARCH_ENDED_SPR

#define SEARCH_ENDED_SPR   100

Definition at line 22 of file MFCManager.cpp.

Typedef Documentation

◆ CMFCManagerException

Definition at line 24 of file MFCManager.cpp.