E-MailRelay
Public Member Functions | List of all members
G::MapFile::Error Struct Reference

Exception class for G::MapFile. More...

#include <gmapfile.h>

+ Inheritance diagram for G::MapFile::Error:
+ Collaboration diagram for G::MapFile::Error:

Public Member Functions

 Exception (std::initializer_list< string_view >)
 Constructor. More...
 
 Exception (string_view what)
 Constructor. More...
 
 Exception (string_view what, string_view more)
 Constructor. More...
 
 Exception (string_view what, string_view more1, string_view more2)
 Constructor. More...
 
 Exception (string_view what, string_view more1, string_view more2, string_view more3)
 Constructor. More...
 
 Exception (string_view what, string_view more1, string_view more2, string_view more3, string_view more4)
 Constructor. More...
 
- Public Member Functions inherited from G::Exception
 Exception (std::initializer_list< string_view >)
 Constructor. More...
 
 Exception (string_view what)
 Constructor. More...
 
 Exception (string_view what, string_view more)
 Constructor. More...
 
 Exception (string_view what, string_view more1, string_view more2)
 Constructor. More...
 
 Exception (string_view what, string_view more1, string_view more2, string_view more3)
 Constructor. More...
 
 Exception (string_view what, string_view more1, string_view more2, string_view more3, string_view more4)
 Constructor. More...
 

Detailed Description

Exception class for G::MapFile.

Definition at line 59 of file gmapfile.h.

Member Function Documentation

◆ Exception() [1/6]

G::Exception::Exception ( std::initializer_list< string_view args)

Constructor.

Definition at line 66 of file gexception.cpp.

◆ Exception() [2/6]

G::Exception::Exception ( string_view  what)
explicit

Constructor.

Definition at line 69 of file gexception.cpp.

◆ Exception() [3/6]

G::Exception::Exception ( string_view  what,
string_view  more 
)

Constructor.

Definition at line 72 of file gexception.cpp.

◆ Exception() [4/6]

G::Exception::Exception ( string_view  what,
string_view  more1,
string_view  more2 
)

Constructor.

Definition at line 75 of file gexception.cpp.

◆ Exception() [5/6]

G::Exception::Exception ( string_view  what,
string_view  more1,
string_view  more2,
string_view  more3 
)

Constructor.

Definition at line 78 of file gexception.cpp.

◆ Exception() [6/6]

G::Exception::Exception ( string_view  what,
string_view  more1,
string_view  more2,
string_view  more3,
string_view  more4 
)

Constructor.

Definition at line 81 of file gexception.cpp.


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