Public Member Functions | Public Attributes | List of all members
sol::detail::error_result Struct Reference

#include <sol.hpp>

Public Member Functions

 error_result ()
 
 error_result (const char *format_string_, const char *first_message_)
 
 error_result (int results_)
 

Public Attributes

std::array< const char *, 4 > argument_strings
 
const char * format_string
 
int results
 

Detailed Description

Definition at line 4549 of file sol.hpp.

Constructor & Destructor Documentation

◆ error_result() [1/3]

sol::detail::error_result::error_result ( )
inline

Definition at line 4554 of file sol.hpp.

◆ error_result() [2/3]

sol::detail::error_result::error_result ( int  results_)
inline

Definition at line 4557 of file sol.hpp.

◆ error_result() [3/3]

sol::detail::error_result::error_result ( const char *  format_string_,
const char *  first_message_ 
)
inline

Definition at line 4560 of file sol.hpp.

Member Data Documentation

◆ argument_strings

std::array<const char*, 4> sol::detail::error_result::argument_strings

Definition at line 4552 of file sol.hpp.

◆ format_string

const char* sol::detail::error_result::format_string

Definition at line 4551 of file sol.hpp.

◆ results

int sol::detail::error_result::results

Definition at line 4550 of file sol.hpp.


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


plotjuggler
Author(s): Davide Faconti
autogenerated on Sun Aug 11 2024 02:24:32