12345678910111213141516171819202122232425262728293031323334353637 |
- ///////////////////////////////////////////////////////////////////////////////
- //
- // Master header for Spirit.Attributes
- //
- ///////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////////////
- //
- // Phoenix predefined maximum limit. This limit defines the maximum
- // number of elements a tuple can hold. This number defaults to 3. The
- // actual maximum is rounded up in multiples of 3. Thus, if this value
- // is 4, the actual limit is 6. The ultimate maximum limit in this
- // implementation is 15.
- //
- ///////////////////////////////////////////////////////////////////////////////
- ///////////////////////////////////////////////////////////////////////////////
|