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

Helper for storing the state for a single document. More...

Public Member Functions

 CheckState (std::shared_ptr< Parser > &parser)
 

Public Attributes

std::shared_ptr< Parserparser
 
std::unique_ptr< MooseAppapp
 

Detailed Description

Helper for storing the state for a single document.

Definition at line 361 of file MooseServer.h.

Constructor & Destructor Documentation

◆ CheckState()

MooseServer::CheckState::CheckState ( std::shared_ptr< Parser > &  parser)
inline

Definition at line 363 of file MooseServer.h.

363 : parser(parser) {}
std::shared_ptr< Parser > parser
Definition: MooseServer.h:364

Member Data Documentation

◆ app

std::unique_ptr<MooseApp> MooseServer::CheckState::app

Definition at line 365 of file MooseServer.h.

◆ parser

std::shared_ptr<Parser> MooseServer::CheckState::parser

Definition at line 364 of file MooseServer.h.


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