|
CBMC
|
#include <identifier.h>
Collaboration diagram for identifiert:Public Types | |
| typedef std::vector< std::string > | componentst |
Public Member Functions | |
| identifiert (const std::string &s) | |
| identifiert () | |
| std::string | as_string () const |
Public Attributes | |
| componentst | components |
Protected Member Functions | |
| void | parse (const std::string &s) |
Definition at line 18 of file identifier.h.
| typedef std::vector<std::string> identifiert::componentst |
Definition at line 29 of file identifier.h.
|
inlineexplicit |
Definition at line 21 of file identifier.h.
|
inline |
Definition at line 24 of file identifier.h.
| std::string identifiert::as_string | ( | ) | const |
Definition at line 13 of file identifier.cpp.
Definition at line 28 of file identifier.cpp.
| componentst identifiert::components |
Definition at line 30 of file identifier.h.