PIP 5.6.1
Platform-Independent Primitives
Public Member Functions | Public Attributes | List of all members
PIResourcesStorage::Section Struct Reference

One logical resource section with named binary entries. More...

#include <piresourcesstorage.h>

Public Member Functions

 Section ()
 Constructs an empty section.
 
 ~Section ()
 Destroys the section object.
 
void add (const Section &s)
 Adds entries from another section without replacing existing names.
 
void purge ()
 Deletes stored entry buffers and clears the section.
 

Public Attributes

PIMap< PIString, PIByteArray * > entries
 Section entries indexed by resource name or alias.
 

Detailed Description

One logical resource section with named binary entries.