tue_config
Functions
test.cpp File Reference
#include <tue/config/reader.h>
#include <tue/config/writer.h>
#include <tue/config/data.h>
#include <tue/config/yaml_emitter.h>
#include <tue/config/binary_writer.h>
#include <tue/config/binary_reader.h>
#include <tue/config/configuration.h>
#include <iostream>
#include <sstream>
Include dependency graph for test.cpp:

Go to the source code of this file.

Functions

int main ()
 
void test1 ()
 
void test2 ()
 
void test2_bar (tue::Configuration config)
 
void test2_foo (tue::Configuration config)
 
void test3 ()
 
void test4 ()
 

Function Documentation

◆ main()

int main ( )

Definition at line 196 of file test.cpp.

◆ test1()

void test1 ( )

Definition at line 17 of file test.cpp.

◆ test2()

void test2 ( )

Definition at line 59 of file test.cpp.

◆ test2_bar()

void test2_bar ( tue::Configuration  config)

Definition at line 23 of file test.cpp.

◆ test2_foo()

void test2_foo ( tue::Configuration  config)

Definition at line 35 of file test.cpp.

◆ test3()

void test3 ( )

Definition at line 94 of file test.cpp.

◆ test4()

void test4 ( )

Definition at line 124 of file test.cpp.