equal
deleted
inserted
replaced
33 * will panic. Stack based integers may be modified as long as you can |
33 * will panic. Stack based integers may be modified as long as you can |
34 * guarantee that the resulting integer will fit in the current amount of |
34 * guarantee that the resulting integer will fit in the current amount of |
35 * allocated memory. |
35 * allocated memory. |
36 * If you are not sure which integer you want, you want an RInteger. |
36 * If you are not sure which integer you want, you want an RInteger. |
37 * @internalComponent |
37 * @internalComponent |
38 * @released |
38 * @prototype |
39 * @see RInteger |
39 * @see RInteger |
40 */ |
40 */ |
41 template <TUint W=2> |
41 template <TUint W=2> |
42 class TStackInteger : public TInteger |
42 class TStackInteger : public TInteger |
43 { |
43 { |