wut  1.0.0-alpha
Wii U Toolchain
Data Structures | Namespaces | Typedefs | Functions
result.h File Reference
#include <wut.h>

Go to the source code of this file.

Data Structures

struct  NNResult
 
class  Result
 Result value type used by nn libraries. More...
 

Namespaces

 nn
 

Typedefs

typedef struct NNResult NNResult
 C equivalent of the C++ nn::Result. More...
 

Functions

static int NNResult_IsSuccess (NNResult result)
 
static int NNResult_IsFailure (NNResult result)