Returns the number of Values a property consists of
| 114 | |
| 115 | // Returns the number of Values a property consists of |
| 116 | inline size_t GetValueCount() const |
| 117 | { |
| 118 | return m_vContent.size(); |
| 119 | } |
| 120 | |
| 121 | // Checks if a property exists - useful to avoid creating properties |
| 122 | // via reading them, though non-essential |