Lines Matching full:table
20 using Table = std::vector<uint8_t>; typedef
40 * file handle and extract the file attribute table. The file attribute table
47 /** @brief The file table is initialised by parsing the config file
61 /** @brief Get the file attribute table
63 * @return Table- contents of the file attribute table
65 Table operator()() const;
78 /** @brief Check is file attribute table is empty
80 * @return bool - true if file attribute table is empty, false otherwise.
87 /** @brief Clear the file table contents
102 /** @brief file attribute table including the pad bytes, except the checksum
106 /** @brief the pad count of the file attribute table, the number of pad
110 /** @brief the checksum of the file attribute table */
114 /** @brief Build the file attribute table if not already built using the
115 * file table config.
117 * @param[in] fileTablePath - path of the file table config
119 * @return FileTable& - Reference to instance of file table