Bincimap 2.0.16
Easy Imapping
Loading...
Searching...
No Matches
Data Structures | Namespaces | Macros
iofactory.h File Reference

Declaration of the IOFactory class. More...

#include <map>
#include <string>
#include "iodevice.h"
Include dependency graph for iofactory.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  IOFactory
 

Namespaces

namespace  Binc
 

Macros

#define bincClient    IOFactory::getClient()
 
#define bincError    IOFactory::getLogger().setOutputLevel(IODevice::ErrorLevel);IOFactory::getLogger()
 
#define bincWarning    IOFactory::getLogger().setOutputLevel(IODevice::WarningLevel);IOFactory::getLogger()
 
#define bincDebug    IOFactory::getLogger().setOutputLevel(IODevice::DebugLevel);IOFactory::getLogger()
 
#define bincLog    IOFactory::getLogger().setOutputLevel(IODevice::InfoLevel);IOFactory::getLogger()
 

Detailed Description

Declaration of the IOFactory class.


Author
Andreas Aardal Hanssen

@date 2002, 2003

Definition in file iofactory.h.

Macro Definition Documentation

◆ bincClient

#define bincClient    IOFactory::getClient()

Definition at line 31 of file iofactory.h.

◆ bincDebug

#define bincDebug    IOFactory::getLogger().setOutputLevel(IODevice::DebugLevel);IOFactory::getLogger()

Definition at line 46 of file iofactory.h.

◆ bincError

#define bincError    IOFactory::getLogger().setOutputLevel(IODevice::ErrorLevel);IOFactory::getLogger()

Definition at line 42 of file iofactory.h.

◆ bincLog

#define bincLog    IOFactory::getLogger().setOutputLevel(IODevice::InfoLevel);IOFactory::getLogger()

Definition at line 50 of file iofactory.h.

◆ bincWarning

#define bincWarning    IOFactory::getLogger().setOutputLevel(IODevice::WarningLevel);IOFactory::getLogger()

Definition at line 44 of file iofactory.h.