libpniio
Namespaces | Functions
nxpath/utils.hpp File Reference
#include <iostream>
#include <pni/core/types.hpp>
#include "nxpath.hpp"

Go to the source code of this file.

Namespaces

 pni
 
 pni::io
 
 pni::io::nx
 

Functions

bool pni::io::nx::match (const pni::core::string &a, const pni::core::string &b)
 check if two paths are matching More...
 
bool pni::io::nx::match (const nxpath &a, const nxpath &b)
 check if paths are matching More...
 
bool pni::io::nx::match (const nxpath::element_type &a, const nxpath::element_type &b)
 check if path elements match More...
 
nxpath::element_type pni::io::nx::object_element (const pni::core::string &name, const pni::core::string &type)
 create object element More...