sgns::AppConfigurationImpl::SegmentHandler¶
Public Types¶
| Name | |
|---|---|
| using void(sgns::application::AppConfigurationImpl::*)(rapidjson::Value &) | Handler |
Public Attributes¶
| Name | |
|---|---|
| char const * | segment_name |
| Handler | handler |
Detailed Description¶
TODO(iceseer): make handler calls via lambda-calls, remove member-function ptrs
Public Types Documentation¶
using Handler¶
using sgns::application::AppConfigurationImpl::SegmentHandler::Handler = void (sgns::application::AppConfigurationImpl::*)(
rapidjson::Value &);
Public Attributes Documentation¶
variable segment_name¶
variable handler¶
Updated on 2026-03-04 at 13:10:43 -0800