libplatform/sys/error.h Source File
MP4v2 Home
Documentation
API Reference
Main Page
Modules
Namespaces
Classes
Examples
libplatform
sys
error.h
1
#ifndef MP4V2_PLATFORM_SYS_ERROR_H
2
#define MP4V2_PLATFORM_SYS_ERROR_H
3
4
namespace
mp4v2
{
namespace
platform {
namespace
sys {
5
7
8
MP4V2_EXPORT
int
getLastError ( );
9
MP4V2_EXPORT
const
char
* getLastErrorStr ( );
10
MP4V2_EXPORT
const
char
* getErrorStr (
int
);
11
13
14
}}}
// namespace mp4v2::platform::sys
15
16
#endif // MP4V2_PLATFORM_SYS_ERROR_H
mp4v2
Definition:
File.h:4