AMCAX Kernel
Geometry kernel for CAD/CAE/CAM
九韶内核 1.0.0.0
载入中...
搜索中...
未找到
StringUtils.hpp 文件参考

Defines utils for string. 更多...

#include <utilities/Macros.hpp>
#include <string>
#include <vector>
StringUtils.hpp 的引用(Include)关系图:
此图展示该文件被哪些文件直接或间接地引用了:

命名空间

namespace  AMCAX
 AMCAX 内核提供的所有接口所在的命名空间。
 
namespace  AMCAX::Meshing
 AMCAX Meshing 模块提供的所有接口所在的命名空间。
 

函数

AMCAXMeshing_API std::vector< std::string > AMCAX::Meshing::split_string (const std::string &str, char delim)
 
AMCAXMeshing_API void AMCAX::Meshing::trim_string (std::string &str)
 
AMCAXMeshing_API bool AMCAX::Meshing::starts_with (const std::string &big_str, const std::string &small_str)
 
AMCAXMeshing_API bool AMCAX::Meshing::ends_with (const std::string &big_str, const std::string &small_str)
 
AMCAXMeshing_API std::string AMCAX::Meshing::replace_first (const std::string &str, const std::string &orig, const std::string &rep)
 
AMCAXMeshing_API std::string AMCAX::Meshing::replace_last (const std::string &str, const std::string &orig, const std::string &rep)
 
AMCAXMeshing_API std::string AMCAX::Meshing::replace_all (const std::string &str, const std::string &orig, const std::string &rep)
 

详细描述

Defines utils for string.

This file is part of AMCAX kernel.