LeviLamina
Loading...
Searching...
No Matches
DataStructures::Table Class Reference

Classes

struct  Cell
 
struct  ColumnDescriptor
 
struct  FilterQuery
 
struct  Row
 
struct  SortQuery
 

Public Types

enum class  ColumnType : int { Numeric = 0 , String = 1 , Binary = 2 , Pointer = 3 }
 
enum class  FilterQueryType : int {
  Equal = 0 , NotEqual = 1 , GreaterThan = 2 , GreaterThanEq = 3 ,
  LessThan = 4 , LessThanEq = 5 , IsEmpty = 6 , NotEmpty = 7
}
 
enum class  SortQueryType : int { IncreasingOrder = 0 , DecreasingOrder = 1 }
 

Public Member Functions

Tableoperator= (Table const &)
 
 Table (Table const &)
 

Public Attributes

::ll::UntypedStorage< 8, 48 > mUnk4275ed
 
::ll::UntypedStorage< 8, 16 > mUnkf4143b
 

The documentation for this class was generated from the following file: