mmCEsim 0.3.0
mmWave Channel Estimation Simulation
type_track.h File Reference

Track data type of variables. More...

#include "export/type.h"
#include "log_global.h"
#include <iostream>
#include <stack>
#include <stdexcept>
#include <utility>
#include <vector>
Include dependency graph for type_track.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Type_Track
 

Macros

#define _TYPE_TRACK_PRINT_INFO
 

Typedefs

using Type_Pair = std::pair< std::string, Type >
 

Detailed Description

Track data type of variables.

Author
Wuqiong Zhao (wqzha.nosp@m.o@se.nosp@m.u.edu.nosp@m..cn)
Version
0.3.0
Date
2022-09-24

Macro Definition Documentation

◆ _TYPE_TRACK_PRINT_INFO

#define _TYPE_TRACK_PRINT_INFO

Typedef Documentation

◆ Type_Pair

using Type_Pair = std::pair<std::string, Type>