MCPcopy Create free account
hub / github.com/SmingHub/Sming / ArgRef

Method ArgRef

Sming/Core/Data/Stream/SectionTemplate.cpp:90–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

88 {
89 public:
90 ArgRef(SectionTemplate& tmpl, Arg* arg) : tmpl(tmpl), arg(arg)
91 {
92 }
93
94 operator String() const
95 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected