|
string_id_t | f_found_in = STRING_ID_NULL |
|
string_id_t | f_id = STRING_ID_NULL |
|
std::string | f_string = std::string() |
|
Definition at line 59 of file tld_compiler.h.
◆ map_by_id_t
typedef std::map<string_id_t, pointer_t> tld_string::map_by_id_t |
◆ map_by_string_t
typedef std::map<std::string, pointer_t> tld_string::map_by_string_t |
◆ pointer_t
typedef std::shared_ptr<tld_string> tld_string::pointer_t |
◆ tld_string()
tld_string::tld_string |
( |
string_id_t |
id, |
|
|
std::string const & |
s |
|
) |
| |
◆ get_found_in()
string_id_t tld_string::get_found_in |
( |
| ) |
const |
◆ get_id()
string_id_t tld_string::get_id |
( |
| ) |
const |
◆ get_string()
std::string const & tld_string::get_string |
( |
| ) |
const |
◆ length()
std::string::size_type tld_string::length |
( |
| ) |
const |
◆ set_found_in()
void tld_string::set_found_in |
( |
string_id_t |
id | ) |
|
◆ f_found_in
string_id_t tld_string::f_found_in = STRING_ID_NULL |
|
private |
◆ f_id
string_id_t tld_string::f_id = STRING_ID_NULL |
|
private |
◆ f_string
std::string tld_string::f_string = std::string() |
|
private |
The documentation for this class was generated from the following files: