/* * AtomNameDescriptor.hpp * * Created on: Jun 2, 2015 * Author: heber */ #ifndef ATOMNAMEDESCRIPTOR_HPP_ #define ATOMNAMEDESCRIPTOR_HPP_ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "types.hpp" #include "Descriptors/AtomDescriptor.hpp" AtomDescriptor AtomByName(const std::string _name); #endif /* ATOMNAMEDESCRIPTOR_HPP_ */