nlib
|
The class that wraps 64-bit signed integers. More...
#include "nn/nlib/DateTime.h"
Public Member Functions | |
constexpr | TimeValue () noexcept |
Instantiates the object with default parameters (default constructor). | |
constexpr | TimeValue (int64_t tick_) noexcept |
Initializes with the values of nlib_time and nlib_duration taken as the arguments. | |
TimeValue & | operator+= (const TimeValue &rhs) noexcept |
Adds. | |
TimeValue & | operator-= (const TimeValue &rhs) noexcept |
Subtracts. | |
TimeValue | operator- () const noexcept |
A unary operator. | |
TimeValue | operator+ () const noexcept |
A unary operator. | |
Public Attributes | |
int64_t | tick |
These can be used for nlib_time and nlib_duration . | |
The class that wraps 64-bit signed integers.
nlib_time
and nlib_duration
. Wraps values so they do not get mixed up with other units like minutes and seconds. Definition at line 51 of file DateTime.h.
© 2012-2017 Nintendo Co., Ltd. All rights reserved.