Tests the DataSemantics framework implementation. More...
#include "config.h"
#include <iostream>
#include <string>
#include <ace/Trace.h>
#include "SemanticTreeFactory.hpp"
#include "SemanticTree.hpp"
#include "SemanticNode.hpp"
#include <FilePathSearch.hpp>
#include <Exception.hpp>
Go to the source code of this file.
Functions | |
int | main (int argc, char *const argv[]) |
void | printNode (shared_ptr< SemanticNode > node, int indent) |
Tests the DataSemantics framework implementation.
Definition in file testDataSemantics.cpp.