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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2127 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2132 of file CImg.h.

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

Definition at line 2133 of file CImg.h.

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

Definition at line 2129 of file CImg.h.

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

Definition at line 2131 of file CImg.h.

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

Definition at line 2130 of file CImg.h.

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

Definition at line 2128 of file CImg.h.

References s.

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

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