audk/MdePkg/Include
Kinney, Michael D 250e4b0db1 MdePkg: introduce OrderedCollectionLib library class
This library class provides a set of APIs to manage an ordered collection
of items:
- Init(),
- UnInit(),
- Insert(),
- Delete(),
- IsEmpty(),
- Next(),
- Prev(),
- Min(),
- Max(),
- Find(),
- UserStruct().

There are many ways to implement an ordered collection. Depending on the
frequency of the different actions, different internal implementations may
have different performance, memory overhead, or code size.

Developers can select the library instance for a platform or module in
their DSC files that meets the needs of that platform or module.

Commit-message-from: "Kinney, Michael D" <michael.d.kinney@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Reviewed-by: Michael Kinney <michael.d.kinney@intel.com>

git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15790 6f19259b-4bc3-4df7-8a09-765794883524
2014-08-12 07:28:52 +00:00
..
AArch64 MdePkg/AArch64: Fixed some definitions in ProcessorBind.h 2013-08-29 09:00:13 +00:00
Arm 1. Add defines for MAX values for UEFI data types. 2013-07-12 02:48:08 +00:00
Ebc Add defines for MAX values for EBC arch. 2013-08-13 08:45:45 +00:00
Guid Fix comment typos. 2014-05-13 09:14:00 +00:00
Ia32 1. Add defines for MAX values for UEFI data types. 2013-07-12 02:48:08 +00:00
IndustryStandard Added SMBIOS 2.8.0 updates. 2014-08-08 09:10:57 +00:00
Ipf 1. Add defines for MAX values for UEFI data types. 2013-07-12 02:48:08 +00:00
Library MdePkg: introduce OrderedCollectionLib library class 2014-08-12 07:28:52 +00:00
Pi Update revisions for PI1.3. 2013-11-20 01:58:00 +00:00
Ppi TempRam Done PPI definition in PI1.2.1 2013-11-22 06:13:03 +00:00
Protocol Fix comment typos. 2014-05-13 09:14:00 +00:00
Uefi Fix comment typos. 2014-05-13 09:14:00 +00:00
X64 1. Add defines for MAX values for UEFI data types. 2013-07-12 02:48:08 +00:00
Base.h 1. Add defines for MAX values for UEFI data types. 2013-07-12 02:48:08 +00:00
PiDxe.h Update the copyright notice format 2010-04-23 15:46:20 +00:00
PiPei.h Update the copyright notice format 2010-04-23 15:46:20 +00:00
PiSmm.h Add definitions for the UEFI ACPI Data Table defined in the UEFI spec and the SMM Communication ACPI Table defined in the PI spec. 2011-02-22 10:05:06 +00:00
Uefi.h Update the copyright notice format 2010-04-23 15:46:20 +00:00