#include <dim_type.hpp>
◆ dimIndex()
| nodamushi::svd::dimIndex::dimIndex |
( |
| ) |
|
|
inline |
◆ append()
| void nodamushi::svd::dimIndex::append |
( |
std::string & |
dst, |
|
|
size_t |
index |
|
) |
| const |
|
inline |
Append index text to dst. If index >= size, append number text.
- Parameters
-
Definition at line 258 of file dim_type.hpp.
◆ at()
| const std::string& nodamushi::svd::dimIndex::at |
( |
int |
index | ) |
const |
|
inline |
◆ contains()
| bool nodamushi::svd::dimIndex::contains |
( |
string_ref |
s | ) |
const |
|
inlinenoexcept |
- Parameters
-
- Returns
- contains text s
Definition at line 266 of file dim_type.hpp.
◆ get()
| const std::vector<dimIndex_value>& nodamushi::svd::dimIndex::get |
( |
| ) |
const |
|
inline |
◆ is_white_space()
| static bool nodamushi::svd::dimIndex::is_white_space |
( |
char |
c | ) |
|
|
inlinestatic |
◆ length()
| size_t nodamushi::svd::dimIndex::length |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator bool()
| nodamushi::svd::dimIndex::operator bool |
( |
| ) |
const |
|
inlinenoexcept |
◆ operator=() [1/2]
| dimIndex& nodamushi::svd::dimIndex::operator= |
( |
const char * |
str | ) |
|
|
inline |
◆ operator=() [2/2]
| dimIndex& nodamushi::svd::dimIndex::operator= |
( |
const std::string & |
text | ) |
|
|
inline |
◆ operator[]()
| const std::string& nodamushi::svd::dimIndex::operator[] |
( |
size_t |
i | ) |
const |
|
inlinenoexcept |
◆ size()
| size_t nodamushi::svd::dimIndex::size |
( |
| ) |
const |
|
inlinenoexcept |
The documentation for this struct was generated from the following file: