OpenCMISS-Zinc 3.0.0 Release C++ API Documentation
Main Page
Related Pages
Namespaces
Classes
Files
File List
All
Classes
Namespaces
Files
Functions
Typedefs
Enumerations
Enumerator
Pages
auto_comments_output
status.hpp
Go to the documentation of this file.
1
7
/* OpenCMISS-Zinc Library
8
*
9
* This Source Code Form is subject to the terms of the Mozilla Public
10
* License, v. 2.0. If a copy of the MPL was not distributed with this
11
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
12
13
#ifndef CMZN_STATUS_HPP
14
#define CMZN_STATUS_HPP
15
16
#include "zinc/status.h"
17
18
namespace
OpenCMISS
19
{
20
namespace
Zinc
21
{
22
23
enum
Status
24
{
25
ERROR_MEMORY
= CMZN_ERROR_MEMORY,
27
ERROR_ARGUMENT
= CMZN_ERROR_ARGUMENT,
29
ERROR_GENERAL
= CMZN_ERROR_GENERAL,
31
OK
= CMZN_OK
33
};
34
35
}
// namespace Zinc
36
}
37
38
#endif
OpenCMISS::Zinc::ERROR_MEMORY
Definition:
status.hpp:25
OpenCMISS::Zinc::OK
Definition:
status.hpp:31
OpenCMISS::Zinc::ERROR_GENERAL
Definition:
status.hpp:29
OpenCMISS::Zinc::Status
Status
Definition:
status.hpp:23
OpenCMISS::Zinc::ERROR_ARGUMENT
Definition:
status.hpp:27
Generated on Wed Jul 2 2014 13:32:23 for OpenCMISS-Zinc 3.0.0 Release C++ API Documentation by
1.8.6