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 |
struct to store syntax metadata for each registration application type
Definition at line 447 of file MooseServer.h.
| std::map<std::string, std::set<std::string> > MooseServer::SyntaxMetadata::input_path_to_types |
Definition at line 451 of file MooseServer.h.
| std::map<std::string, std::set<std::string> > MooseServer::SyntaxMetadata::syntax_to_subblocks |
Definition at line 449 of file MooseServer.h.
| std::map<std::string, std::set<std::string> > MooseServer::SyntaxMetadata::type_to_input_paths |
Definition at line 450 of file MooseServer.h.
1.8.14