UNIVERS
15.3
UNIVERS base processing software API
Main Page
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
include
hds_batch
errors.hpp
1
/* errors.hpp */
2
/* $Id$ */
3
#ifndef __errors_hpp
4
#define __errors_hpp
5
6
#include <QString>
7
9
namespace
hds
10
{
12
enum
ErrCode
13
{
14
noError
= 0,
15
unknownError
16
};
17
19
QString
errCodeStr
(
hds::ErrCode
err_code);
20
};
21
22
23
#endif
/* errors.hpp */
hds::unknownError
Definition:
errors.hpp:15
hds::ErrCode
ErrCode
Definition:
errors.hpp:12
hds::errCodeStr
QString errCodeStr(hds::ErrCode err_code)
hds::noError
Definition:
errors.hpp:14
Generated by
1.8.5