Struct cuberr::er_message¶
ClassList > cuberr > er_message
#include <error_context.hpp>
Public Attributes¶
| Type | Name |
|---|---|
| er_va_arg * | args |
| int | err_id |
| const char * | file_name |
| int | line_no |
| char * | msg_area |
| std::size_t | msg_area_size |
| char | msg_buffer |
| int | nargs |
| int | severity |
Public Functions¶
| Type | Name |
|---|---|
| void | clear_args (void) |
| void | clear_error (void) |
| void | clear_message_area (void) |
| er_message (const bool & logging) |
|
| void | reserve_message_area (std::size_t size) |
| void | set_error (int error_id, int error_severity, const char * filename, int line_no) |
| void | swap (er_message & other) |
| ~er_message () |
Public Attributes Documentation¶
variable args¶
variable err_id¶
variable file_name¶
variable line_no¶
variable msg_area¶
variable msg_area_size¶
variable msg_buffer¶
variable nargs¶
variable severity¶
Public Functions Documentation¶
function clear_args¶
function clear_error¶
function clear_message_area¶
function er_message [1/2]¶
function reserve_message_area¶
function set_error¶
void cuberr::er_message::set_error (
int error_id,
int error_severity,
const char * filename,
int line_no
)
function swap¶
function ~er_message¶
The documentation for this class was generated from the following file cubrid/src/base/error_context.hpp