Ice Sheet System Model  4.18
Code documentation
OptionUtilities.h
Go to the documentation of this file.
1 
5 #ifndef _OPTIONUTILITIES_H_
6 #define _OPTIONUTILITIES_H_
7 
8 /*Headers:{{{*/
9 #include "../../shared/Exceptions/exceptions.h"
10 #include "../../shared/Enum/Enum.h"
11 
12 #include "./Option.h"
13 /*}}}*/
14 
15 int StringFromSize(char* cstr, int* size, int ndims);
16 
17 #endif /* _OPTIONUTILITIES_H */
Option.h
: header file for option abstract object
StringFromSize
int StringFromSize(char *cstr, int *size, int ndims)
Definition: OptionUtilities.cpp:17