Dev Essential  1.6.3
Loading...
Searching...
No Matches
a_util::result::ResultInfo< void > Struct Reference

#include <result_info_decl.h>

Static Public Member Functions

static std::int32_t getCode ()
 
static const char * getLabel ()
 
static std::int32_t getCode ()
 
static const char * getLabel ()
 

Detailed Description

Implements basic success result information for usage with a_util::result::Result

Member Function Documentation

◆ getCode() [1/2]

std::int32_t a_util::result::ResultInfo< void >::getCode ( )
inlinestatic

Get the result code distributed with value of type T

Returns
The result code

◆ getCode() [2/2]

std::int32_t a_util::result::ResultInfo< void >::getCode ( )
inlinestatic

Get result code indicating success.

Return values
0

◆ getLabel() [1/2]

const char * a_util::result::ResultInfo< void >::getLabel ( )
inlinestatic

Get the string representation of an error code distributed by value of type T

Returns
The string representation of an error code

◆ getLabel() [2/2]

const char * a_util::result::ResultInfo< void >::getLabel ( )
inlinestatic

Get the string representation of the result code.

Return values
SUCCESS

The documentation for this struct was generated from the following files: