non-owning, constant reference to a string
More...
#include <sysc/utils/sc_string_view.h>
non-owning, constant reference to a string
Definition at line 44 of file sc_string_view.h.
◆ sc_string_view()
template<typename T >
sc_core::sc_string_view::sc_string_view |
( |
const T & |
s, |
|
|
typename enable_if_convertible< T >::type * |
= 0 |
|
) |
| |
|
inline |
◆ ends_with() [1/3]
bool sc_core::sc_string_view::ends_with |
( |
base_type |
sv | ) |
const |
|
inline |
◆ ends_with() [2/3]
bool sc_core::sc_string_view::ends_with |
( |
char |
c | ) |
const |
|
inline |
◆ ends_with() [3/3]
bool sc_core::sc_string_view::ends_with |
( |
const char * |
s | ) |
const |
|
inline |
◆ starts_with() [1/3]
bool sc_core::sc_string_view::starts_with |
( |
base_type |
sv | ) |
const |
|
inline |
◆ starts_with() [2/3]
bool sc_core::sc_string_view::starts_with |
( |
char |
c | ) |
const |
|
inline |
◆ starts_with() [3/3]
bool sc_core::sc_string_view::starts_with |
( |
const char * |
s | ) |
const |
|
inline |
◆ str()
std::string sc_core::sc_string_view::str |
( |
| ) |
const |
|
inline |
The documentation for this class was generated from the following file: