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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2109 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2114 of file CImg.h.

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

Definition at line 2115 of file CImg.h.

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

Definition at line 2111 of file CImg.h.

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

Definition at line 2113 of file CImg.h.

2113 { return (unsigned char)~0U; }
static unsigned char min ( )
inlinestatic

Definition at line 2112 of file CImg.h.

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

Definition at line 2110 of file CImg.h.

References s.

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

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