#include <string>
#include <vector>
#include "oasys/debug/DebugUtils.h"
#include "oasys/debug/Log.h"
#include "oasys/serialize/Serialize.h"
Go to the source code of this file.
Namespaces | |
namespace | dtn |
Classes | |
class | dtn::AttributeName |
class | dtn::NamedAttribute |
Class for a generic list of attributes/parameters, used for various configuration functions. More... | |
Typedefs | |
typedef std::vector < AttributeName > | dtn::AttributeNameVector |
typedef std::vector < NamedAttribute > | dtn::AttributeVector |