Tomographer
v5.4
Tomographer C++ Framework Documentation
|
This is the complete list of members for Tomographer::Tools::conststr, including all inherited members.
check_range(std::size_t n, bool answer=true) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
clamp_to_range(const std::size_t pos) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
conststr(const char(&a)[N]) (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
conststr(const char *a, std::size_t n) (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
find(const conststr &s, std::size_t pos=0, std::size_t not_found=std::string::npos) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
is_in_range(std::size_t n) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
operator==(const conststr &other) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
operator[](std::size_t n) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
rfind(const conststr &s, std::size_t pos=std::string::npos, std::size_t not_found=std::string::npos) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
size() const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
startswith(const conststr &s, std::size_t StartOffset=0, std::size_t S_I=0) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
substr(std::size_t pos, std::size_t count=std::string::npos) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
substr_e(std::size_t pos, std::size_t end=std::string::npos) const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |
to_string() const (defined in Tomographer::Tools::conststr) | Tomographer::Tools::conststr | inline |