Rocstar  1.0
Rocstar multiphysics simulation application
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
type< unsigned int > Struct Template Reference

#include <CImg.h>

Static Public Member Functions

static const char * string ()
 
static bool is_float ()
 
static unsigned int min ()
 
static unsigned int max ()
 
static const char * format ()
 
static unsigned int format (const unsigned int val)
 

Detailed Description

template<>
struct cimg_library::cimg::type< unsigned int >

Definition at line 2154 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2159 of file CImg.h.

2159 { return "%u"; }
static unsigned int format ( const unsigned int  val)
inlinestatic

Definition at line 2160 of file CImg.h.

2160 { return val; }
static bool is_float ( )
inlinestatic

Definition at line 2156 of file CImg.h.

2156 { return false; }
static unsigned int max ( void  )
inlinestatic

Definition at line 2158 of file CImg.h.

2158 { return (unsigned int)~0U; }
static unsigned int min ( )
inlinestatic

Definition at line 2157 of file CImg.h.

2157 { return 0; }
static const char* string ( )
inlinestatic

Definition at line 2155 of file CImg.h.

References s.

2155 { static const char *const s = "unsigned int"; return s; }
double s
Definition: blastest.C:80

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