mn_uint128.hpp File Reference
#include "mn_config.hpp"
#include <stddef.h>
#include <stdint.h>

Go to the source code of this file.

Classes

struct  mn::basic_uint128_t
 
union  mn::basic_uint128_t.__unnamed16__
 
struct  mn::basic_uint128_t.__unnamed16__.__unnamed18__
 

Namespaces

 mn
 

Typedefs

using mn::uint128_t = basic_uint128_t
 
using mn::uint_least128_t = basic_uint128_t
 

Detailed Description

This file is part of the Mini Thread Library (https://github.com/RoseLeBlood/MiniThread ).

Author
Copyright (c) 2018 Amber-Sophia Schroeck
License
The Mini Thread Library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, version 3, or (at your option) any later version.

The Mini Thread Library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with the Mini Thread Library; if not, see https://www.gnu.org/licenses/.


Class Documentation

◆ mn::basic_uint128_t

struct mn::basic_uint128_t
Class Members
union basic_uint128_t __unnamed__

◆ mn::basic_uint128_t.__unnamed16__

union mn::basic_uint128_t.__unnamed16__
Class Members
__unnamed16__ __unnamed__
uint64_t value[2]

◆ mn::basic_uint128_t.__unnamed16__.__unnamed18__

struct mn::basic_uint128_t.__unnamed16__.__unnamed18__
Class Members
uint64_t high
uint64_t low