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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2163 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2168 of file CImg.h.

2168 { return "%d"; }
static int format ( const int  val)
inlinestatic

Definition at line 2169 of file CImg.h.

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

Definition at line 2165 of file CImg.h.

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

Definition at line 2167 of file CImg.h.

2167 { return ~((int)(-1L<<(8*sizeof(int)-1))); }
static int min ( )
inlinestatic

Definition at line 2166 of file CImg.h.

2166 { return (int)(-1L<<(8*sizeof(int)-1)); }
static const char* string ( )
inlinestatic

Definition at line 2164 of file CImg.h.

References s.

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

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