rvm 1.08
Functions

test-tstamp.cc File Reference

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

Go to the source code of this file.

Functions

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

Function Documentation

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

Definition at line 222 of file test-tstamp.cc.

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

Here is the call graph for this function:

void test1 ( void  )
void test2 ( void  )

Definition at line 72 of file test-tstamp.cc.

References timestamp::day(), timestamp::hour(), timestamp::minute(), timestamp::month(), timestamp::second(), timestamp::set(), and timestamp::year().

Here is the call graph for this function:

void test3 ( void  )
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Friends Defines