MCPcopy Create free account
hub / github.com/TorqueGameEngines/Torque3D / getSize

Method getSize

Engine/source/core/bitVector.h:78–78  ·  view source on GitHub ↗

Returns the size in bits.

Source from the content-addressed store, hash-verified

76
77 /// Returns the size in bits.
78 U32 getSize() const { return mSize; }
79
80 /// Returns the 32bit aligned size in bytes.
81 U32 getByteSize() const { return mByteSize; }

Callers 1

copyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected