.. _program_listing_file_include_flamegpu_io_JSONStateReader.h: Program Listing for File JSONStateReader.h ========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/flamegpu/io/JSONStateReader.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef INCLUDE_FLAMEGPU_IO_JSONSTATEREADER_H_ #define INCLUDE_FLAMEGPU_IO_JSONSTATEREADER_H_ #include #include #include "flamegpu/io/StateReader.h" namespace flamegpu { namespace io { class JSONStateReader : public StateReader { public: void parse(const std::string &input_file, const std::shared_ptr &model, Verbosity verbosity) override; }; } // namespace io } // namespace flamegpu #endif // INCLUDE_FLAMEGPU_IO_JSONSTATEREADER_H_