Crossfire Server, Trunk
inja::InjaError Struct Reference

#include <inja.hpp>

+ Inheritance diagram for inja::InjaError:
+ Collaboration diagram for inja::InjaError:

Public Member Functions

 InjaError (const std::string &type, const std::string &message)
 
 InjaError (const std::string &type, const std::string &message, SourceLocation location)
 

Data Fields

const SourceLocation location
 
const std::string message
 
const std::string type
 

Detailed Description

Definition at line 1726 of file inja.hpp.

Constructor & Destructor Documentation

◆ InjaError() [1/2]

inja::InjaError::InjaError ( const std::string &  type,
const std::string &  message 
)
inlineexplicit

Definition at line 1732 of file inja.hpp.

◆ InjaError() [2/2]

inja::InjaError::InjaError ( const std::string &  type,
const std::string &  message,
SourceLocation  location 
)
inlineexplicit

Definition at line 1735 of file inja.hpp.

Field Documentation

◆ location

const SourceLocation inja::InjaError::location

Definition at line 1730 of file inja.hpp.

◆ message

const std::string inja::InjaError::message

Definition at line 1728 of file inja.hpp.

◆ type

const std::string inja::InjaError::type

Definition at line 1727 of file inja.hpp.


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