Q2NS dev
ns-3 module
Loading...
Searching...
No Matches
q2ns-qstate.cc
Go to the documentation of this file.
1/*-----------------------------------------------------------------------------
2 * Q2NS - Quantum Network Simulator
3 * Copyright (c) 2026 quantuminternet.it
4 *
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
8 *---------------------------------------------------------------------------*/
9/**
10 * @file q2ns-qstate.cc
11 * @brief Anchors vtable/typeinfo for q2ns::QState.
12 */
13
14#include "ns3/q2ns-qstate.h"
15
16namespace q2ns {
17
18QState::~QState() = default;
19
20} // namespace q2ns
virtual ~QState()
Virtual destructor.