| ASCL User's Guide: ASCL, ADA Standard Component Library; Version 0.1.0; Document Revision $Revision: 1.7 $ | ||
|---|---|---|
| Prev | Chapter 23. ASCL.Data_Structures | Next |
Empty : exception;
Raised by components when an attempt is made to access data in an empty structure.
Full : exception;
Raised by bounded components when an attempt is made to add data to a full structure.
Storage_Exhausted : exception;
Raised by unbounded components when there is not enough memory available for an operation
Too_Short : exception;
Raised by Assign for bounded components if not enough room.