Functions | Variables

test_handler.cpp File Reference

#include <sys/stat.h>
#include <regex.h>
#include <cstdio>
#include <cerrno>
#include <iostream>
#include <fstream>
#include <cstring>
#include <vector>
#include <boost/cstdint.hpp>
#include "check.h"
#include "arg_parser.h"
#include "log.h"
#include "buffer.h"
#include "handler.h"
#include "amf.h"

Functions

void test1 (Network::thread_params_t *args)
void test2 (Network::thread_params_t *args)
int main (int argc, char *argv[])

Variables

TestState runtest
LogFiledbglogfile = LogFile::getDefaultInstance()

Function Documentation

int main ( int  argc,
char *  argv[] 
)
void test1 ( Network::thread_params_t args  ) 
void test2 ( Network::thread_params_t args  ) 

Variable Documentation

LogFile& dbglogfile = LogFile::getDefaultInstance()