Simple++
Powerfull and lightning fast C++ Library
Public Types | Static Public Member Functions | List of all members
Utility::TypesInfos< int > Struct Template Reference

#include <Utility.h>

Public Types

typedef int T
 
typedef long Bigger
 
typedef int Signed
 
typedef unsigned int Unsigned
 

Static Public Member Functions

static bool isInteger ()
 
static T getMin ()
 
static T getMax ()
 
static bool isSigned ()
 
static size_t getNbBits ()
 

Member Typedef Documentation

typedef long Utility::TypesInfos< int >::Bigger
typedef int Utility::TypesInfos< int >::Signed
typedef int Utility::TypesInfos< int >::T
typedef unsigned int Utility::TypesInfos< int >::Unsigned

Member Function Documentation

static T Utility::TypesInfos< int >::getMax ( )
inlinestatic
static T Utility::TypesInfos< int >::getMin ( )
inlinestatic
static size_t Utility::TypesInfos< int >::getNbBits ( )
inlinestatic
static bool Utility::TypesInfos< int >::isInteger ( )
inlinestatic
static bool Utility::TypesInfos< int >::isSigned ( )
inlinestatic

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