Page MenuHomePhorge

namespaces.h
No OneTemporary

Size
827 B
Referenced Files
None
Subscribers
None

namespaces.h

//===-- rosa/config/namespaces.h --------------------------------*- C++ -*-===//
//
// The RoSA Framework
//
//===----------------------------------------------------------------------===//
///
/// \file rosa/config/namespaces.h
///
/// \author David Juhasz (david.juhasz@tuwien.ac.at)
///
/// \date 2017
///
/// \brief Documentation for namespaces that are scattered into more then one
/// header file.
///
//===----------------------------------------------------------------------===//
#ifndef ROSA_CONFIG_NAMESPACES_H
#define ROSA_CONFIG_NAMESPACES_H
/// Base namespace used by the RoSA framework.
namespace rosa {
/// Contains facilities that are supposed to be useful for implementing
/// *agents*.
namespace agent {}
} // End namespace rosa
#endif // ROSA_CONFIG_NAMESPACES_H

File Metadata

Mime Type
text/x-c++
Expires
Sun, Mar 1, 10:29 PM (11 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
286801
Default Alt Text
namespaces.h (827 B)

Event Timeline