* @brief Get the runtime information about the type of the sample */
| 99 | * @brief Get the runtime information about the type of the sample |
| 100 | */ |
| 101 | DALIDataType type() const { |
| 102 | return type_id_; |
| 103 | } |
| 104 | |
| 105 | |
| 106 | SampleViewBase() = default; |
no outgoing calls