.. _program_listing_file_include_flamegpu_io_JSONGraphReader.h: Program Listing for File JSONGraphReader.h ========================================== |exhale_lsh| :ref:`Return to documentation for file ` (``include/flamegpu/io/JSONGraphReader.h``) .. |exhale_lsh| unicode:: U+021B0 .. UPWARDS ARROW WITH TIP LEFTWARDS .. code-block:: cpp #ifndef INCLUDE_FLAMEGPU_IO_JSONGRAPHREADER_H_ #define INCLUDE_FLAMEGPU_IO_JSONGRAPHREADER_H_ #include #include #include "flamegpu/detail/cuda.cuh" namespace flamegpu { namespace detail { class CUDAEnvironmentDirectedGraphBuffers; } // namespace detail namespace io { class JSONGraphReader { public: static void loadAdjacencyLike(const std::string &filepath, const std::shared_ptr &directed_graph, cudaStream_t stream); }; } // namespace io } // namespace flamegpu #endif // INCLUDE_FLAMEGPU_IO_JSONGRAPHREADER_H_