Added handy static method SizeOfType().
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31538 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -73,6 +73,8 @@ public:
|
||||
void* ToPointer() const;
|
||||
const char* ToString() const;
|
||||
|
||||
static size_t SizeOfType(uint32 type);
|
||||
|
||||
private:
|
||||
void _SetTo(const BVariant& other);
|
||||
void _SetTo(int8 value);
|
||||
|
||||
Reference in New Issue
Block a user