Node.h File Reference
#include "boost/shared_ptr.hpp"#include <boost/shared_array.hpp>#include "debug.h"#include "mw/nl/awds/MAC.h"#include "mw/nl/awds/ComparableAttributeSet.h"Go to the source code of this file.
Data Structures | |
| class | famouso::mw::nl::awds::detail::Node< AttrSet > |
| A node at the AWDS network identified by his MAC address. More... | |
| struct | famouso::mw::nl::awds::detail::Node< AttrSet >::comp |
| Comparison operator for sorting nodes. More... | |
Namespaces | |
| namespace | famouso |
| namespace | famouso::mw |
| namespace | famouso::mw::nl |
| namespace | famouso::mw::nl::awds |
The namespace awds holds classes, structures and functions for the AWDS network. | |
| namespace | famouso::mw::nl::awds::detail |
This namepsace contains helper functions and classes for the attributes. | |
| namespace | logging |
Functions | |
| template<class AttrSet > | |
| inline::logging::loggingReturnType & | logging::operator<< (::logging::loggingReturnType &out, const boost::shared_ptr< famouso::mw::nl::awds::detail::Node< AttrSet > > &c) |
| Print a node to log. | |
| template<class AttrSet > | |
| inline::logging::loggingReturnType & | logging::operator<< (::logging::loggingReturnType &out, const famouso::mw::nl::awds::detail::Node< AttrSet > &c) |
| Print a node to log. | |