mmCEsim 0.3.0
mmWave Channel Estimation Simulation
keywords.h File Reference

Keywords List for C++, MATLAB and Python. More...

#include <array>
#include <string>
Include dependency graph for keywords.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Variables

static std::array CPP_Keywords
 
static std::array MATLAB_Keywords
 
static std::array PY_Keywords
 

Detailed Description

Keywords List for C++, MATLAB and Python.

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

Variable Documentation

◆ CPP_Keywords

std::array CPP_Keywords
static

◆ MATLAB_Keywords

std::array MATLAB_Keywords
static
Initial value:
= {
std::string("break"), std::string("case"), std::string("catch"), std::string("classdef"),
std::string("continue"), std::string("else"), std::string("elseif"), std::string("end"),
std::string("for"), std::string("function"), std::string("global"), std::string("if"),
std::string("otherwise"), std::string("parfor"), std::string("persistent"), std::string("return"),
std::string("spmd"), std::string("switch"), std::string("try"), std::string("while")
}

◆ PY_Keywords

std::array PY_Keywords
static
Initial value:
= {
std::string("False"), std::string("None"), std::string("True"), std::string("__peg_parser__"), std::string("and"),
std::string("as"), std::string("assert"), std::string("async"), std::string("await"), std::string("break"),
std::string("class"), std::string("continue"), std::string("def"), std::string("del"), std::string("elif"),
std::string("else"), std::string("except"), std::string("finally"), std::string("for"), std::string("from"),
std::string("global"), std::string("if"), std::string("import"), std::string("in"), std::string("is"),
std::string("lambda"), std::string("nonlocal"), std::string("not"), std::string("or"), std::string("pass"),
std::string("raise"), std::string("return"), std::string("try"), std::string("while"), std::string("with"),
std::string("yield"),
std::string("numpy"), std::string("np")
}