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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2145 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2150 of file CImg.h.

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

Definition at line 2151 of file CImg.h.

2151 { return (int)val; }
static bool is_float ( )
inlinestatic

Definition at line 2147 of file CImg.h.

2147 { return false; }
static short max ( void  )
inlinestatic

Definition at line 2149 of file CImg.h.

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

Definition at line 2148 of file CImg.h.

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

Definition at line 2146 of file CImg.h.

References s.

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

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