t_sequence.cpp File Reference

#include <basis/byte_array.h>
#include <basis/function.h>
#include <basis/guards.h>
#include <basis/istring.h>
#include <basis/sequence.h>
#include <opsystem/application_shell.h>
#include <loggers/console_logger.h>
#include <data_struct/static_memory_gremlin.h>
#include <stdio.h>

Include dependency graph for t_sequence.cpp:

Go to the source code of this file.

Defines

#define WHERE   __WHERE__.s()
#define LOG(s)   EMERGENCY_LOG(program_wide_logger(), s)
#define test(expr)

Typedefs

typedef sequence< char > fake_string

Variables

const int test_iterations = 100000
int compnum = 0
const int flags = byte_array::SIMPLE_COPY | byte_array::EXPONE


Define Documentation

#define LOG (  )     EMERGENCY_LOG(program_wide_logger(), s)

Definition at line 34 of file t_sequence.cpp.

#define test ( expr   ) 

Value:

compnum++; \
  if (expr) { \
    char temp[500]; \
    sprintf(temp, "operator test %d", compnum); \
    deadly_error(WHERE, temp, "failure"); \
    return 1; \
  }

Definition at line 37 of file t_sequence.cpp.

Referenced by deep_array_tester(), run_test_05(), and run_test_07().

#define WHERE   __WHERE__.s()


Typedef Documentation

typedef sequence<char> fake_string

Definition at line 49 of file t_sequence.cpp.


Variable Documentation

int compnum = 0

Definition at line 32 of file t_sequence.cpp.

const int flags = byte_array::SIMPLE_COPY | byte_array::EXPONE

const int test_iterations = 100000


Generated on Mon Jul 26 04:22:56 2010 for HOOPLE Libraries by  doxygen 1.5.6