PIP 5.6.1
Platform-Independent Primitives
Static Public Member Functions | Related Functions | List of all members
PIResources Class Reference

Access to resources embedded into the application binary. More...

#include <piresources.h>

Static Public Member Functions

static PIByteArray get (const PIString &section, const PIString &name)
 Returns resource data from section section by entry name name.
 
static PIByteArray get (const PIString &name)
 Returns first resource with name name across all registered sections.
 
static void dump ()
 Prints registered resource sections and entry sizes.
 

Related Functions

(Note that these are not member functions.)

#define INIT_RESOURCE(name)
 Registers a compiled resource module in the global storage.
 

Detailed Description

Access to resources embedded into the application binary.