Conscience Core
Public Member Functions | Public Attributes | List of all members
conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem Struct Reference

#include <CscCommandMetadataBuilder.h>

Public Member Functions

 CscCommandMetadataBuilderResultItem (const string &commandId, const string &classSimpleName, const string &classQualifiedName)
 
string toString () const
 

Public Attributes

const string commandId
 
const string classSimpleName
 
const string classQualifiedName
 
bool hasGeneratedParamsMetadata = false
 
bool hasGeneratedResultMetadata = false
 
vector< string > commandParamTypes
 List of constructor parameter types used in the command. More...
 

Constructor & Destructor Documentation

◆ CscCommandMetadataBuilderResultItem()

conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::CscCommandMetadataBuilderResultItem ( const string &  commandId,
const string &  classSimpleName,
const string &  classQualifiedName 
)

Member Function Documentation

◆ toString()

string conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::toString ( ) const

Member Data Documentation

◆ classQualifiedName

const string conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::classQualifiedName

◆ classSimpleName

const string conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::classSimpleName

◆ commandId

const string conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::commandId

◆ commandParamTypes

vector<string> conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::commandParamTypes

List of constructor parameter types used in the command.

◆ hasGeneratedParamsMetadata

bool conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::hasGeneratedParamsMetadata = false

◆ hasGeneratedResultMetadata

bool conscience_core::bridging::commands::metadata::CscCommandMetadataBuilderResultItem::hasGeneratedResultMetadata = false

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