Project Alice
Loading...
Searching...
No Matches
parsers::bookmark_definition Struct Reference

#include <parsers_declarations.hpp>

Collaboration diagram for parsers::bookmark_definition:

Public Member Functions

void date (association_type, sys::year_month_day value, error_handler &err, int32_t line, bookmark_context &)
 
void name (association_type, std::string_view value, error_handler &err, int32_t line, bookmark_context &)
 
void finish (bookmark_context &)
 

Public Attributes

sys::year_month_day date_ = sys::year_month_day{ 1836, 1, 1 }
 
std::string name_ = "fe_new_game"
 

Detailed Description

Definition at line 2846 of file parsers_declarations.hpp.

Member Function Documentation

◆ date()

void parsers::bookmark_definition::date ( association_type  ,
sys::year_month_day  value,
error_handler err,
int32_t  line,
bookmark_context  
)
inline

Definition at line 2850 of file parsers_declarations.hpp.

◆ finish()

void parsers::bookmark_definition::finish ( bookmark_context )
inline

Definition at line 2856 of file parsers_declarations.hpp.

◆ name()

void parsers::bookmark_definition::name ( association_type  ,
std::string_view  value,
error_handler err,
int32_t  line,
bookmark_context  
)
inline

Definition at line 2853 of file parsers_declarations.hpp.

Member Data Documentation

◆ date_

sys::year_month_day parsers::bookmark_definition::date_ = sys::year_month_day{ 1836, 1, 1 }

Definition at line 2847 of file parsers_declarations.hpp.

◆ name_

std::string parsers::bookmark_definition::name_ = "fe_new_game"

Definition at line 2848 of file parsers_declarations.hpp.


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