CACAO
Data Structures | Namespaces | Typedefs | Functions
types.hpp File Reference

Go to the source code of this file.

Data Structures

struct  cacao::numeric_limits< T >
 
struct  cacao::numeric_limits< signed char >
 C++11 INTXX_MIN etc are available in C++11. More...
 
struct  cacao::numeric_limits< char >
 
struct  cacao::numeric_limits< short >
 
struct  cacao::numeric_limits< int >
 
struct  cacao::numeric_limits< long >
 
struct  cacao::numeric_limits< unsigned short >
 
struct  cacao::numeric_limits< unsigned int >
 
struct  cacao::numeric_limits< unsigned char >
 
struct  cacao::numeric_limits< unsigned long int >
 

Namespaces

 cacao
 This file contains the Instruction class.
 

Typedefs

typedef int8_t s1
 
typedef uint8_t u1
 
typedef int16_t s2
 
typedef uint16_t u2
 
typedef int32_t s4
 
typedef uint32_t u4
 
typedef int64_t s8
 
typedef uint64_t u8
 
typedef uintptr_t ptrint
 

Functions

template<class T , class A >
bool cacao::fits_into (A a)
 

Typedef Documentation

typedef uintptr_t ptrint

Definition at line 54 of file types.hpp.

typedef int8_t s1

Definition at line 39 of file types.hpp.

typedef int16_t s2

Definition at line 42 of file types.hpp.

typedef int32_t s4

Definition at line 45 of file types.hpp.

typedef int64_t s8

Definition at line 48 of file types.hpp.

typedef uint8_t u1

Definition at line 40 of file types.hpp.

typedef uint16_t u2

Definition at line 43 of file types.hpp.

typedef uint32_t u4

Definition at line 46 of file types.hpp.

typedef uint64_t u8

Definition at line 49 of file types.hpp.