Add dvd builder script
This commit is contained in:
16
docs/WHAT_IS_TOBJECT.md
Normal file
16
docs/WHAT_IS_TOBJECT.md
Normal file
@ -0,0 +1,16 @@
|
||||
What is TObject
|
||||
===============
|
||||
|
||||
It is a std::variant that can be (not in that order)
|
||||
|
||||
- Undefined (Tesses::CrossLang::Undefined)
|
||||
- Null (std::nullptr_t)
|
||||
- Long (int64_t)
|
||||
- Double (double)
|
||||
- Char (char)
|
||||
- String (std::string)
|
||||
- Version (Tesses::CrossLang::TVMVersion)
|
||||
- Regex (std::regex)
|
||||
- Path (Tesses::Framework::Filesystem::VFSPath)
|
||||
- MethodInvoker (Tesses::CrossLang::MethodInvoker)
|
||||
- HeapObjects (Tesses::CrossLang::THeapObjectHolder)
|
||||
Reference in New Issue
Block a user