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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2172 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2177 of file CImg.h.

2177 { return "%lu"; }
static unsigned long format ( const unsigned long  val)
inlinestatic

Definition at line 2178 of file CImg.h.

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

Definition at line 2174 of file CImg.h.

2174 { return false; }
static unsigned long max ( void  )
inlinestatic

Definition at line 2176 of file CImg.h.

2176 { return (unsigned long)~0UL; }
static unsigned long min ( )
inlinestatic

Definition at line 2175 of file CImg.h.

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

Definition at line 2173 of file CImg.h.

References s.

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

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