#include <string>
#include <map>
#include <list>
#include "coreException.h"
#include <util/utilException.h>
#include <plugin/installerInterface.h>
#include <algorithm>
#include <boost/thread.hpp>
#include <boost/filesystem/path.hpp>
#include <util/object.h>
Go to the source code of this file.
Namespaces | |
namespace | Spm |
namespace | Spm::Core |
Classes | |
class | Spm::Core::Branch |
A Branch (or version) of an Element. Version are noted Major.Minor.ActualVersion.extra. More... |