MCPcopy Create free account
hub / github.com/apache/trafficserver / String

Class String

include/cripts/Certs.hpp:41–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

39};
40
41class String : public cripts::StringViewMixin<String>
42{
43 using super_type = cripts::StringViewMixin<String>;
44 using self_type = String;
45
46public:
47 virtual ~String() = default;
48
49 operator cripts::string_view() const { return GetSV(); }
50
51 self_type &
52 operator=(const cripts::string_view str) override
53 {
54 _setSV(str);
55
56 return *this;
57 }
58
59 using super_type::StringViewMixin;
60
61}; // Class cripts::Certs::String
62
63} // namespace cripts::Certs
64

Callers 6

_update_currentMethod · 0.70
_update_valueMethod · 0.50
_load_nameMethod · 0.50
_load_timeMethod · 0.50
operator[]Method · 0.50
_updateMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected