test-strfmt-002.cc File Reference

#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[])


Define Documentation

#define ERR_OUT  ) 
 

Definition at line 15 of file test-strfmt-002.cc.

#define TEST code   ) 
 

Value:

try { \
                code; \
        } \
        catch(error e) { \
                ERR_OUT(e); \
                thrown = true; \
        } \
        catch(...) { \
                assert(0); \
        }

Definition at line 17 of file test-strfmt-002.cc.


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 71 of file test-strfmt-002.cc.

References err_unknown, and test().

Here is the call graph for this function:

void test void   ) 
 

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:


Generated on Fri Jun 23 16:53:22 2006 for rvm by  doxygen 1.4.2