#include "config.h"
#include <iostream>
#include <string>
#include <cassert>
#include "types.h"
#include "error.h"
#include "estring.h"
#include "strfmt.h"
#include "rmath.h"
#include "timer.h"
Include dependency graph for test-strfmt-002.cc:
Go to the source code of this file.
Defines | |
#define | ERR_OUT(e) |
#define | TEST(code) |
Functions | |
void | test (void) |
int | main (int argc, char *argv[]) |
|
Definition at line 15 of file test-strfmt-002.cc. |
|
Value: try { \ code; \ } \ catch(error e) { \ ERR_OUT(e); \ thrown = true; \ } \ catch(...) { \ assert(0); \ } Definition at line 17 of file test-strfmt-002.cc. |
|
Definition at line 71 of file test-strfmt-002.cc. References err_unknown, and test(). Here is the call graph for this function: |
|
Definition at line 30 of file test-strfmt-002.cc. References timer::eta(), percent_string(), timer::start(), and timer::stop(). Here is the call graph for this function: |