| 1878 | } |
| 1879 | |
| 1880 | inline size_t GetDataColumnIndex(const size_t pColumnIdx) const |
| 1881 | { |
| 1882 | const size_t firstDataColumn = |
| 1883 | static_cast<size_t>((mLabelParams.mRowNameIdx + 1 >= 0) ? mLabelParams.mRowNameIdx + 1 : 0); |
| 1884 | return pColumnIdx + firstDataColumn; |
| 1885 | } |
| 1886 | |
| 1887 | std::string Trim(const std::string& pStr) const |
| 1888 | { |
nothing calls this directly
no outgoing calls
no test coverage detected