NeBuild dev
Loading...
Searching...
No Matches
parse_scope Struct Reference

Public Member Functions

TOML_NODISCARD_CTOR parse_scope (std::string_view &current_scope, std::string_view new_scope) noexcept
 
 ~parse_scope () noexcept
 
 TOML_DELETE_DEFAULTS (parse_scope)
 

Public Attributes

std::string_view & storage_
 
std::string_view parent_
 

Constructor & Destructor Documentation

◆ parse_scope()

TOML_NODISCARD_CTOR parse_scope::parse_scope ( std::string_view &  current_scope,
std::string_view  new_scope 
)
inlineexplicitnoexcept

◆ ~parse_scope()

parse_scope::~parse_scope ( )
inlinenoexcept

Member Function Documentation

◆ TOML_DELETE_DEFAULTS()

parse_scope::TOML_DELETE_DEFAULTS ( parse_scope  )

Member Data Documentation

◆ parent_

std::string_view parse_scope::parent_

◆ storage_

std::string_view& parse_scope::storage_

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