OMSimulatorLib
The OMSimulator project is a FMI-based co-simulation environment that supports ordinary (i.e., non-delayed) and TLM connections.
Macros | Functions
OMSFileSystem.h File Reference
#include <string>
#include <boost/version.hpp>
#include <boost/filesystem.hpp>
#include <boost/range.hpp>
Include dependency graph for OMSFileSystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define BOOST_NO_CXX11_SCOPED_ENUMS
 
#define OMS_RECURSIVE_DIRECTORY_ITERATOR(path)   (boost::make_iterator_range(filesystem::recursive_directory_iterator{path}, {}))
 

Functions

filesystem::path naive_uncomplete (const filesystem::path &path, const filesystem::path &base)
 
filesystem::path oms_unique_path (const std::string &prefix)
 
void oms_copy_file (const filesystem::path &from, const filesystem::path &to)
 
filesystem::path oms_canonical (const filesystem::path &p)
 
filesystem::path oms_absolute (const filesystem::path &p)
 
filesystem::path oms_temp_directory_path (void)
 

Macro Definition Documentation

◆ BOOST_NO_CXX11_SCOPED_ENUMS

#define BOOST_NO_CXX11_SCOPED_ENUMS

◆ OMS_RECURSIVE_DIRECTORY_ITERATOR

#define OMS_RECURSIVE_DIRECTORY_ITERATOR (   path)    (boost::make_iterator_range(filesystem::recursive_directory_iterator{path}, {}))

Function Documentation

◆ naive_uncomplete()

filesystem::path naive_uncomplete ( const filesystem::path &  path,
const filesystem::path &  base 
)
Here is the call graph for this function:
Here is the caller graph for this function:

◆ oms_absolute()

filesystem::path oms_absolute ( const filesystem::path &  p)

◆ oms_canonical()

filesystem::path oms_canonical ( const filesystem::path &  p)
Here is the caller graph for this function:

◆ oms_copy_file()

void oms_copy_file ( const filesystem::path &  from,
const filesystem::path &  to 
)
Here is the caller graph for this function:

◆ oms_temp_directory_path()

filesystem::path oms_temp_directory_path ( void  )

◆ oms_unique_path()

filesystem::path oms_unique_path ( const std::string &  prefix)
Here is the caller graph for this function: