|
| const void * | begin () const final |
| |
| void * | begin () final |
| |
| bool | beginsWith (uint04 index, const char *value, bool ignore_case) const override |
| |
| bool | beginsWith (uint04 index, const String &value, bool ignore_case) const override |
| |
| uint04 | capacity () |
| |
| virtual void | cleanup ()=0 |
| |
| virtual void | compress (BinaryCompressionObject &object) override |
| |
| bool | contains (uint04 index, const char *value, bool ignore_case) const override |
| |
| bool | contains (uint04 index, const String &value, bool ignore_case) const override |
| |
| virtual void | copyData (const TableColumn &reference_data, bool set_type)=0 |
| |
| virtual void | copyRow (uint04 source, uint04 destination) override |
| |
| virtual void | copyRows (uint04 source, uint04 destination, uint04 size) override |
| |
| const void * | end () const final |
| |
| void * | end () final |
| |
| void | get (uint04 index, bool &value) const final override |
| |
| void | get (uint04 index, fltp04 &value) const final override |
| |
| void | get (uint04 index, fltp08 &value) const final override |
| |
| void | get (uint04 index, RGBColor &value) const final override |
| |
| void | get (uint04 index, sint01 &value) const final override |
| |
| void | get (uint04 index, sint02 &value) const final override |
| |
| void | get (uint04 index, sint04 &value) const final override |
| |
| void | get (uint04 index, sint08 &value) const final override |
| |
| void | get (uint04 index, String &value) const final override |
| |
| void | get (uint04 index, uint01 &value) const final override |
| |
| void | get (uint04 index, uint02 &value) const final override |
| |
| void | get (uint04 index, uint04 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, bool &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, fltp04 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, fltp08 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, sint01 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, sint02 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, sint04 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, sint08 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, String &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, uint01 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, uint02 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, uint04 &value) const final override |
| |
| void | get (uint04 index, uint04 vector_pos, uint08 &value) const final override |
| |
| void | get (uint04 index, uint08 &value) const final override |
| |
| template<class t_type_a > |
| void | get (void *memory, String &value) |
| |
| template<class t_type_a , class t_type_b > |
| void | get (void *memory, t_type_b &value) |
| |
| template<class t_type > |
| void | getMemory (uint04 index, t_type &value) const |
| |
| template<class t_type > |
| void | getMemory (uint04 index, uint04 vector_pos, t_type &value) const |
| |
| virtual TableColumn * | getSelected (const Buffer< bool > &) const override |
| |
| | GraphicsBuffer (const String &label) |
| |
| | GraphicsBuffer (GraphicsBuffer &&buffer) noexcept |
| |
| void | insert (uint04 index) override final |
| |
| virtual void | insertIndices (uint04 location, uint04 size) override |
| |
| bool | isAccessable () const |
| |
| bool | isSame (uint04 index, const char *value) const override |
| |
| bool | isSame (uint04 index, const String &value) const override |
| |
| virtual void | mapFromFile (BinaryFile &file, uint08 version_number) override |
| |
| virtual void | mapToFile (BinaryFile &file, BinaryCompressionObject &object) override |
| |
| virtual void | mapToFile (BinaryFile &file, int compression) override |
| |
| template<class t_type_a , class t_type_b > |
| void | move (t_type_b &value, void *memory) const |
| |
| template<class t_type_a > |
| void | move (void *memory, const String &value) const |
| |
| template<class t_type_a , class t_type_b > |
| void | move (void *memory, const t_type_b &value) const |
| |
| void | removeIndices (const Buffer< uint04 > &offset_lookup_list) override final |
| |
| virtual void | removeIndices (uint04 location, uint04 size) override |
| |
| void | removeRow (uint04 index) override final |
| |
| void | removeRows (const Buffer< uint04 > &indices) override final |
| |
| void | removeRows (uint04 index, uint04 size) override final |
| |
| void | removeRows (uint04 offset, const Buffer< bool > &indices) override |
| |
| void | set (uint04 index, bool value) final override |
| |
| void | set (uint04 index, const String &value) final override |
| |
| void | set (uint04 index, fltp04 value) final override |
| |
| void | set (uint04 index, fltp08 value) final override |
| |
| void | set (uint04 index, RGBColor value) final override |
| |
| void | set (uint04 index, sint01 value) final override |
| |
| void | set (uint04 index, sint02 value) final override |
| |
| void | set (uint04 index, sint04 value) final override |
| |
| void | set (uint04 index, sint08 value) final override |
| |
| void | set (uint04 index, uint01 value) final override |
| |
| void | set (uint04 index, uint02 value) final override |
| |
| void | set (uint04 index, uint04 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, bool value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, const String &value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, fltp04 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, fltp08 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, sint01 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, sint02 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, sint04 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, sint08 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, uint01 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, uint02 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, uint04 value) final override |
| |
| void | set (uint04 index, uint04 vector_pos, uint08 value) final override |
| |
| void | set (uint04 index, uint08 value) final override |
| |
| virtual void | setAccessable (bool is_accessable, bool copy_existing) |
| |
| template<class t_type > |
| void | setData (const t_type *begin, const t_type *end, bool set_type) |
| |
| template<class t_type > |
| void | setMemory (const t_type *data_to_insert, uint04 offset, uint04 size) |
| |
| template<class t_type > |
| void | setMemory (uint04 index, const t_type &value) |
| |
| template<class t_type > |
| void | setMemory (uint04 index, uint04 vector_pos, const t_type &value) |
| |
| template<class t_type > |
| void | setMemory (void *temp_value, const t_type &value) |
| |
| template<class t_type > |
| void | setRawMemory (uint04 index, const t_type &value) |
| |
| void | setType (const TypeInfo &type) |
| |
| void | setUsage (Type type) |
| |
| uint04 | size () const final override |
| |
| virtual void | updateFrom (const TableColumn &column) override |
| |
Public Member Functions inherited from TableColumn |
| virtual void | addRow () |
| |
| const Buffer< TableChange > & | changes () const |
| |
| Buffer< TableChange > | changesSince (const Time &time) const |
| |
| Buffer< TableChange > | changesSince (const Time &time, const Bounds< 1, uint04 > &range) const |
| |
| void | clearUpdates () |
| |
| virtual void | compressIfNeeded (BinaryCompressionObject &object) |
| |
| BinaryCompressionObject & | compressionObject () |
| |
| bool | compressionValid () const |
| |
| template<class t_class > |
| t_class | get (uint04 index) const |
| |
| void | get (uint04 index, BitFlag &bitflag) const |
| |
| template<uint01 t_dims, class t_type > |
| void | get (uint04 index, Bounds< t_dims, t_type > &bounds) const |
| |
| void | get (uint04 index, File &file) const |
| |
| virtual void | get (uint04 index, Matrix< fltp04 > &transform) const |
| |
| virtual void | get (uint04 index, Matrix< fltp08 > &transform) const |
| |
| template<class t_type , uint01 t_col, uint01 t_row> |
| void | get (uint04 index, Matrix< t_type, t_col, t_row > &matrix) const |
| |
| template<class t_class > |
| std::enable_if< ObjectInfo< t_class >::Enum >::type | get (uint04 index, t_class &enum_value) const |
| |
| template<class t_class > |
| std::enable_if< IsVec< t_class >::value &&t_class::NumberOfDimensions()!=1 >::type | get (uint04 index, t_class &vector) const |
| |
| void | get (uint04 index, Time &time) const |
| |
| void | get (uint04 index, TranslatedString &string) const |
| |
| template<uint01 t_dims, class t_type > |
| void | get (uint04 index, Triangle< t_dims, t_type > &tri) const |
| |
| template<class t_class > |
| t_class | get (uint04 index, uint04 sub_index) const |
| |
| virtual void | get (uint04 index, UUID &vector) const |
| |
| template<class t_class > |
| void | get (uint04 index, Vector< 1, t_class > &vector) const |
| |
| void | get (uint04 index, Vector< 32, bool > &value) const |
| |
| template<class t_type > |
| Buffer< t_type > | getAll (uint04 start, uint04 size) const |
| |
| template<class t_type > |
| t_type | getDefaultValue () const |
| |
| template<class t_type > |
| uint04 | getIndexOf (const t_type &object) const |
| |
| virtual uint04 | getRowSize (uint04) const |
| |
| virtual void | getVector (uint04 index, Vector< 1, uint04 > &vector) const |
| |
| virtual void | getVector (uint04 index, Vector< 2, uint04 > &vector) const |
| |
| virtual void | getVector (uint04 index, Vector< 3, fltp04 > &vector) const |
| |
| virtual void | getVector (uint04 index, Vector< 3, fltp08 > &vector) const |
| |
| virtual void | getVector (uint04 index, Vector< 3, uint04 > &vector) const |
| |
| template<uint01 t_dims, class t_type > |
| void | getVector (uint04 index, Vector< t_dims, t_type > &value) const |
| |
| bool | hasChangesSince (const Time &time, const Bounds< 1, uint04 > &range) const |
| |
| template<class t_type > |
| void | insert (uint04 index, const t_type &value) |
| |
| virtual void | insertRows (uint04 location, uint04 size)=0 |
| |
| const String & | label () const |
| |
| Time | modifiedTime () const |
| |
| template<class t_type > |
| void | set (t_type *values, uint04 start_index, uint04 size) |
| |
| void | set (uint04 index, const BitFlag &bitflag) |
| |
| template<uint01 t_dims, class t_type > |
| void | set (uint04 index, const Bounds< t_dims, t_type > &value) |
| |
| virtual void | set (uint04 index, const Matrix< fltp04 > &transform) |
| |
| virtual void | set (uint04 index, const Matrix< fltp08 > &transform) |
| |
| template<class t_type , uint01 t_col, uint01 t_row> |
| void | set (uint04 index, const Matrix< t_type, t_col, t_row > &matrix) |
| |
| template<class t_class > |
| std::enable_if< IsVec< t_class >::value >::type | set (uint04 index, const t_class &value) |
| |
| template<class t_class > |
| std::enable_if< ObjectInfo< t_class >::Enum >::type | set (uint04 index, const t_class &value) |
| |
| template<class t_class > |
| std::enable_if<!ObjectInfo< t_class >::Enum &&!IsVec< t_class >::value >::type | set (uint04 index, const t_class &value) |
| |
| void | set (uint04 index, const Time &time) |
| |
| template<uint01 t_dims, class t_type > |
| void | set (uint04 index, const Triangle< t_dims, t_type > &value) |
| |
| virtual void | set (uint04 index, const UUID &value) |
| |
| void | set (uint04 index, const Vector< 32, bool > &value) |
| |
| virtual void | setAll (uint04 to_location, uint04 from_location, uint04 size, const TableColumn &from_column) |
| |
| template<class t_type > |
| void | setAll (uint04 to_location, uint04 from_location, uint04 size, const TableColumn &from_column) |
| |
| void | setCompressionMode (CompressionMode compression_mode) |
| |
| template<class t_type > |
| void | setDefaultValue (const t_type &value) |
| |
| void | setLabel (const String &label) |
| |
| virtual void | setRowSize (uint04, uint04) |
| |
| virtual void | setSize (uint04 size)=0 |
| |
| template<uint01 t_dims, class t_type > |
| void | setVector (uint04 index, const Vector< t_dims, t_type > &value) |
| |
| | TableColumn (const String &label) |
| |
| | TableColumn (const String &label, const TypeInfo type) |
| |
| virtual TypeInfo | type () const |
| |
| void | update (const TableChange &change) |
| |
| void | updateAll () |
| |
| void | updateCompressionInfo (BinaryCompressionObject &object) |
| |
| virtual | ~TableColumn () |
| |