Limbo 3.5.4
Loading...
Searching...
No Matches
test_spirit.cpp File Reference

test tf parser, see TfParser::read and TfParser::TfDataBase More...

#include <iostream>
#include <string>
#include <limbo/parsers/tf/spirit/TfParser.h>

Go to the source code of this file.

Classes

struct  TfDataBase
 Custom class that inheritates TfParser::TfDataBase with all the required callbacks defined. More...

Functions

void test1 (string const &filename)
 test 1: use function wrapper TfParser::read
int main (int argc, char **argv)
 main function

Detailed Description

test tf parser, see TfParser::read and TfParser::TfDataBase

Author
Yibo Lin
Date
Oct 2014

Definition in file test_spirit.cpp.

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

main function

Parameters
argcnumber of arguments
argvvalues of arguments
Returns
0

Definition at line 44 of file test_spirit.cpp.

◆ test1()

void test1 ( string const & filename)

test 1: use function wrapper TfParser::read

Definition at line 33 of file test_spirit.cpp.