irods
4.2.8
About: iRODS (the integrated Rule Oriented Data System) is a distributed data-management system for creating data grids, digital libraries, persistent archives, and real-time data systems.
![]() ![]() |
#include "irods_configuration_parser.hpp"
#include "irods_log.hpp"
#include "irods_exception.hpp"
#include <fstream>
#include <algorithm>
#include <boost/algorithm/string.hpp>
#include <boost/filesystem.hpp>
#include <boost/any.hpp>
Go to the source code of this file.
Namespaces | |
irods | |
Typedefs | |
using | json = nlohmann::json |
Functions | |
std::string | irods::to_env (const std::string &) |
using json = nlohmann::json |
Definition at line 13 of file irods_configuration_parser.cpp.