/** * \file SingletonContainer.cpp \brief Container for particle. * * This file is generated by a script (core/tools/make-container). * Do not edit directly. * * Copyright 2007-2010 IMP Inventors. All rights reserved. * */ #include "IMP/SingletonContainer.h" #include "IMP/internal/utility.h" #include "IMP/SingletonModifier.h" IMP_BEGIN_NAMESPACE namespace { unsigned int next_index=0; } SingletonContainer::SingletonContainer(std::string name): Container(internal::make_object_name(name, next_index++)){ } // here for gcc SingletonContainer::~SingletonContainer(){ } IMP_END_NAMESPACE