Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <cstdlib>
#include <fstream>
#include <iostream>
#include <string>
#include <assert.h>
Go to the source code of this file.
Macros | |
#define | STRINGIFY(a) |
#define | DOUBLESTRINGIFY(a) |
Typedefs | |
typedef std::basic_string< char, ci_char_traits > | ci_string |
Functions | |
int | main (int argc, char **argv) |
#define DOUBLESTRINGIFY | ( | a | ) |
Definition at line 428 of file Documentation/CMakeDoxygenFilter.cpp.
Referenced by main().
#define STRINGIFY | ( | a | ) |
Definition at line 427 of file Documentation/CMakeDoxygenFilter.cpp.
typedef std::basic_string<char, ci_char_traits> ci_string |
Definition at line 63 of file Documentation/CMakeDoxygenFilter.cpp.
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 430 of file Documentation/CMakeDoxygenFilter.cpp.
References DOUBLESTRINGIFY.