로딩중...
검색중...
일치하는것 없음
strStela.hpp
이 파일의 문서화 페이지로 가기
1
2#pragma once
3
5
6namespace by {
7
15 class _nout strStela: public valStela {
17
18 public:
19 // spelled out rather than `using super::valStela`: that would inherit the
20 // numeric ctors too, and strStela(42) would silently store "42".
21 strStela(const std::string& rawVal, const std::string& name = "");
22 strStela(const nchar* rawVal, const std::string& name = "");
23 };
24} // namespace by
String-value marker over valStela.
Definition strStela.hpp:15
Weak reference smart pointer with type-safe access
Definition tweak.hpp:16
Scalar value — the abstract base of every leaf form.
Definition valStela.hpp:21
to Top