rvm 1.08
Functions

test-estring.cc File Reference

#include "config.h"
#include <unistd.h>
#include <iostream>
#include <string>
#include <cassert>
#include "asserts.h"
#include "types.h"
#include "error.h"
#include "estring.h"
Include dependency graph for test-estring.cc:

Go to the source code of this file.

Functions

void test1 (void)
void test2 (void)
void test3 (void)
void test4 (void)
void test5 (void)
int main (int argc, char const *argv[])

Function Documentation

int main ( int  argc,
char const *  argv[] 
)

Definition at line 389 of file test-estring.cc.

References err_unknown, test1(), test2(), test3(), test4(), and test5().

Here is the call graph for this function:

void test1 ( void  )

Definition at line 16 of file test-estring.cc.

void test2 ( void  )

Definition at line 21 of file test-estring.cc.

References estring::assign(), estring::center, estring::fmt_str(), estring::left, estring::precision(), and estring::right.

Here is the call graph for this function:

void test3 ( void  )

Definition at line 192 of file test-estring.cc.

References estring::base(), estring::precision(), and estring::reset().

Here is the call graph for this function:

void test4 ( void  )

Definition at line 342 of file test-estring.cc.

References estring::base(), estring::get_from_type(), estring::type_int, and estring::type_unknown.

Here is the call graph for this function:

void test5 ( void  )

Definition at line 377 of file test-estring.cc.

References estring::lower(), and estring::upper().

Here is the call graph for this function:

 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines