b2api
B2000++ API Reference Manual, VERSION 4.6
 
Loading...
Searching...
No Matches
b2path.H File Reference
#include <string>
Include dependency graph for b2path.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  b2000::path
 
namespace  b2000
 Contains the base classes for implementing Finite Elements.
 

Functions

bool b2000::path::isabs (const std::string &path)
 
bool b2000::path::isfile (const std::string &path)
 
bool b2000::path::isdir (const std::string &path)
 
bool b2000::path::islink (const std::string &path)
 
bool b2000::path::isexec (const std::string &path)
 
std::string b2000::path::getcwd ()
 
std::string b2000::path::dirname (const std::string &path)
 
std::string b2000::path::basename (const std::string &path)
 
std::pair< std::string, std::string > b2000::path::splitext (const std::string &path)
 
std::string b2000::path::abspath (const std::string &path)
 
std::string b2000::path::realpath (const std::string &path)
 
std::string b2000::path::which (const std::string &cmd)
 
std::string b2000::path::join (const std::string &a, const std::string &b)
 
void b2000::path::rmtree (const std::string &path, bool ignore_errors=false)
 

Detailed Description

The b2000::path namespace.