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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2118 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2123 of file CImg.h.

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

Definition at line 2124 of file CImg.h.

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

Definition at line 2120 of file CImg.h.

2120 { return false; }
static char max ( void  )
inlinestatic

Definition at line 2122 of file CImg.h.

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

Definition at line 2121 of file CImg.h.

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

Definition at line 2119 of file CImg.h.

References s.

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

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