#include <string>#include <cstdarg>#include <iostream>#include <sstream>#include "ns3/packet.h"#include "ns3/assert.h"#include "ns3/log.h"#include "ns3/node.h"#include "qkd-encryptor.h"
Include dependency graph for qkd-encryptor.cc:Go to the source code of this file.
Namespaces | |
| namespace | ns3 |
| Every class exported by the ns3 library is enclosed in the ns3 namespace. | |
Macros | |
| #define | NS_LOG_APPEND_CONTEXT if(GetObject<Node>()) { std::clog << "[node " << GetObject<Node>()->GetId() << "] "; } |
Functions | |
| static bool | ns3::is_base64 (unsigned char c) |
| static unsigned int | ns3::value (char c) |
Variables | |
| static const std::string | ns3::base64_chars |
| #define NS_LOG_APPEND_CONTEXT if(GetObject<Node>()) { std::clog << "[node " << GetObject<Node>()->GetId() << "] "; } |
Definition at line 11 of file qkd-encryptor.cc.