mmCEsim 0.3.0
mmWave Channel Estimation Simulation
YAML_Error Struct Reference

#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
 

Constructor & Destructor Documentation

◆ YAML_Error() [1/3]

YAML_Error::YAML_Error ( const std::string &  msg,
int  line = -1,
int  col = -1 
)

◆ YAML_Error() [2/3]

YAML_Error::YAML_Error ( const std::string &  msg,
Err  ec,
int  line = -1,
int  col = -1 
)

◆ YAML_Error() [3/3]

YAML_Error::YAML_Error ( Err  ec,
int  line = -1,
int  col = -1 
)

Member Data Documentation

◆ col

int YAML_Error::col = -1

◆ ec

Err YAML_Error::ec

◆ line

int YAML_Error::line = -1

◆ msg

std::string YAML_Error::msg

The documentation for this struct was generated from the following files: