wut  v1.7.0
Wii U Toolchain
Data Structures | Namespaces | Typedefs | Functions
result.h File Reference
#include <wut.h>
Include dependency graph for result.h:

Go to the source code of this file.

Data Structures

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

Namespaces

 nn
 

Typedefs

typedef struct NNResult NNResult
 

Functions

static int NNResult_IsSuccess (NNResult result)
 Determine if a NNResult represents a successful state. More...
 
static int NNResult_IsFailure (NNResult result)
 Determine if a NNResult represents a failure. More...