doc and brush
This commit is contained in:
5
main.cpp
5
main.cpp
@@ -28,10 +28,6 @@ REGISTER_VARIANT_CAST(PIString, SomeType) {
|
||||
#include "piliterals.h"
|
||||
|
||||
int main(int argc, char * argv[]) {
|
||||
// clang-format off
|
||||
piCout << 0.5_s;
|
||||
// clang-format on
|
||||
return 0;
|
||||
/*PIValueTree root;
|
||||
root.addChild({"bool", PIVariant(false)});
|
||||
root.addChild({"integer", PIVariant(256)});
|
||||
@@ -72,6 +68,7 @@ int main(int argc, char * argv[]) {
|
||||
// piCout << e.toString();
|
||||
// piCout << PIVariantTypes::Enum::fromString(e.toString()).toString();
|
||||
// piCout << PIVariantTypes::Enum::fromString("\"MyEnum\"(\"Null\":10105 \"Sec\":20 \"Fir\":100) 20").toString();
|
||||
|
||||
{
|
||||
PIScopeExitCall ec([]() { piCout << "exit"; });
|
||||
ec.cancel();
|
||||
|
||||
Reference in New Issue
Block a user