NSVD Reader  0.0.1
nodamushi::svd::file_read_exception Struct Reference

file open ,read error More...

#include <svd_reader.hpp>

Inheritance diagram for nodamushi::svd::file_read_exception:

Public Member Functions

 file_read_exception (const std::string &file, const std::string &message)
 

Static Public Member Functions

static bool check (const std::string &file_name, bool throw_exception)
 

Public Attributes

std::string file_name
 

Detailed Description

file open ,read error

Definition at line 52 of file svd_reader.hpp.

Constructor & Destructor Documentation

◆ file_read_exception()

nodamushi::svd::file_read_exception::file_read_exception ( const std::string &  file,
const std::string &  message 
)
inline

Definition at line 68 of file svd_reader.hpp.

Member Function Documentation

◆ check()

static bool nodamushi::svd::file_read_exception::check ( const std::string &  file_name,
bool  throw_exception 
)
inlinestatic

Definition at line 54 of file svd_reader.hpp.

Member Data Documentation

◆ file_name

std::string nodamushi::svd::file_read_exception::file_name

Definition at line 71 of file svd_reader.hpp.


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