mmCEsim 0.3.0
mmWave Channel Estimation Simulation
|
#include <read.h>
Public Member Functions | |
YAML_Error (const std::string &msg, int line=-1, int col=-1) | |
YAML_Error (const std::string &msg, Err ec, int line=-1, int col=-1) | |
YAML_Error (Err ec, int line=-1, int col=-1) | |
Public Attributes | |
int | line = -1 |
int | col = -1 |
std::string | msg |
Err | ec |
YAML_Error::YAML_Error | ( | const std::string & | msg, |
int | line = -1 , |
||
int | col = -1 |
||
) |
YAML_Error::YAML_Error | ( | const std::string & | msg, |
Err | ec, | ||
int | line = -1 , |
||
int | col = -1 |
||
) |
YAML_Error::YAML_Error | ( | Err | ec, |
int | line = -1 , |
||
int | col = -1 |
||
) |
int YAML_Error::col = -1 |
Err YAML_Error::ec |
int YAML_Error::line = -1 |
std::string YAML_Error::msg |