|
cprover
|
#include <structured_data.h>
Public Member Functions | |
| labelt (std::vector< std::string > components) | |
| std::string | camel_case () const |
| std::string | snake_case () const |
| std::string | kebab_case () const |
| std::string | pretty () const |
| bool | operator< (const labelt &other) const |
Private Attributes | |
| std::vector< std::string > | components |
Definition at line 16 of file structured_data.h.
|
explicit |
Definition at line 14 of file structured_data.cpp.
| std::string labelt::camel_case | ( | ) | const |
Definition at line 24 of file structured_data.cpp.
| std::string labelt::kebab_case | ( | ) | const |
Definition at line 40 of file structured_data.cpp.
| bool labelt::operator< | ( | const labelt & | other | ) | const |
Definition at line 59 of file structured_data.cpp.
| std::string labelt::pretty | ( | ) | const |
Definition at line 47 of file structured_data.cpp.
| std::string labelt::snake_case | ( | ) | const |
Definition at line 33 of file structured_data.cpp.
|
private |
Definition at line 29 of file structured_data.h.