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

#include <CImg.h>

Static Public Member Functions

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

Detailed Description

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

Definition at line 2181 of file CImg.h.

Member Function Documentation

static const char* format ( )
inlinestatic

Definition at line 2186 of file CImg.h.

2186 { return "%ld"; }
static long format ( const long  val)
inlinestatic

Definition at line 2187 of file CImg.h.

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

Definition at line 2183 of file CImg.h.

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

Definition at line 2185 of file CImg.h.

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

Definition at line 2184 of file CImg.h.

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

Definition at line 2182 of file CImg.h.

References s.

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

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