Conscience Core
Public Member Functions | Public Attributes | List of all members
command_params_test::Test12Result Struct Reference

#include <AnotherCommandParamsFile.h>

Public Member Functions

 Test12Result ()
 
 Test12Result (bool enabled, const CscPoint3d *point, const optional< vector< int >> &optionalList)
 

Public Attributes

bool enabled
 
const CscPoint3dpoint
 
optional< vector< int > > optionalList
 

Constructor & Destructor Documentation

◆ Test12Result() [1/2]

command_params_test::Test12Result::Test12Result ( )

Default constructor. Initializes fields to default values.

◆ Test12Result() [2/2]

command_params_test::Test12Result::Test12Result ( bool  enabled,
const CscPoint3d point,
const optional< vector< int >> &  optionalList 
)

My command 11 result.

Parameters
enabledThe enabled flag.
pointThe point data.
optionalListThe optional list of integers.

Member Data Documentation

◆ enabled

bool command_params_test::Test12Result::enabled

◆ optionalList

optional<vector<int> > command_params_test::Test12Result::optionalList

◆ point

const CscPoint3d* command_params_test::Test12Result::point

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