Skip to content

sgns::AppConfigurationImpl::SegmentHandler

More...

Public Types

Name
using void(sgns::application::AppConfigurationImpl::*)(rapidjson::Value &) Handler

Public Attributes

Name
char const * segment_name
Handler handler

Detailed Description

struct sgns::AppConfigurationImpl::SegmentHandler;

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

char const * segment_name;

variable handler

Handler handler;

Updated on 2026-03-04 at 13:10:43 -0800