-
Jan Trávníček authoredJan Trávníček authored
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
DFTA.cpp 308 B
/*
* DFTA.cpp
*
* Created on: Apr 14, 2015
* Author: Stepan Plachy
*/
#include "DFTA.h"
#include <registration/ValuePrinterRegistration.hpp>
template class automaton::DFTA < >;
namespace {
auto valuePrinter = registration::ValuePrinterRegister < automaton::DFTA < > > ( );
} /* namespace */