https://mooseframework.inl.gov
Public Attributes | List of all members
MooseServer::SyntaxMetadata Struct Reference

struct to store syntax metadata for each registration application type More...

Public Attributes

std::map< std::string, std::set< std::string > > syntax_to_subblocks
 
std::map< std::string, std::set< std::string > > type_to_input_paths
 
std::map< std::string, std::set< std::string > > input_path_to_types
 

Detailed Description

struct to store syntax metadata for each registration application type

Definition at line 447 of file MooseServer.h.

Member Data Documentation

◆ input_path_to_types

std::map<std::string, std::set<std::string> > MooseServer::SyntaxMetadata::input_path_to_types

Definition at line 451 of file MooseServer.h.

◆ syntax_to_subblocks

std::map<std::string, std::set<std::string> > MooseServer::SyntaxMetadata::syntax_to_subblocks

Definition at line 449 of file MooseServer.h.

◆ type_to_input_paths

std::map<std::string, std::set<std::string> > MooseServer::SyntaxMetadata::type_to_input_paths

Definition at line 450 of file MooseServer.h.


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