Bridges-C++  3.4.2
Bridges(C++ API)
Public Member Functions | Public Attributes | List of all members
rapidjson_exception Struct Reference

#include <JSONutil.h>

Public Member Functions

 rapidjson_exception (const std::string &why, const std::string &filename, const int linenumber)
 
 operator std::string () const
 

Public Attributes

std::string why
 
std::string filename
 
int linenumber
 

Constructor & Destructor Documentation

◆ rapidjson_exception()

rapidjson_exception::rapidjson_exception ( const std::string &  why,
const std::string &  filename,
const int  linenumber 
)
inline

Member Function Documentation

◆ operator std::string()

rapidjson_exception::operator std::string ( ) const
inline

Member Data Documentation

◆ filename

std::string rapidjson_exception::filename

◆ linenumber

int rapidjson_exception::linenumber

◆ why

std::string rapidjson_exception::why

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