Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

User-defined class(es)

Fields

  • f of type User with the following subfields:
    • :_0 of type Base
      • fInt of type std::int32_t
    • fString of type std::string
    • fVariant of type std::variant<std::int32_t, std::string>
    • fVector of type std::vector<std::int32_t>
    • fNested of type Nested
      • fInt of type std::int32_t
  • VectorUser of type std::vector<User>

with the default column types.

Entries

  1. Simple values
  2. Zero / empty values

The values can be found in the reference file types.user.class.json.