/* * Project: MoleCuilder * Description: creates and alters molecular systems * Copyright (C) 2010 University of Bonn. All rights reserved. * Please see the LICENSE file or "Copyright notice" in builder.cpp for details. */ /* * StringView.cpp * * Created on: Dec 14, 2009 * Author: crueger */ // include config.h #ifdef HAVE_CONFIG_H #include #endif #include "Helpers/MemDebug.hpp" #include "StringView.hpp" StringView::StringView() { // TODO Auto-generated constructor stub } StringView::~StringView() { // TODO Auto-generated destructor stub }