Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | File Members | Related Pages

Properties Class Reference

List of all members.

Static Public Member Functions

void load (char[] filepath, void(*dg)(char[]name, char[] value))
void load (IConduit conduit, void(*dg)(char[]name, char[] value))

Detailed Description

Provides load facilities for a properties file. That is, a file or other medium containing lines of text with a name=value layout.

Definition at line 53 of file Properties.d.


Member Function Documentation

void load char[]  filepath,
void(*  dg)(char[]name, char[] value)
[inline, static]
 

Load properties from the named file, and pass each of them to the provided delegate.

Definition at line 62 of file Properties.d.

References FileConduit.

void load IConduit  conduit,
void(*  dg)(char[]name, char[] value)
[inline, static]
 

Load properties from the provided conduit, and pass them to the provided delegate.

Definition at line 79 of file Properties.d.

References CompositeToken::get().


The documentation for this class was generated from the following file:
Generated on Sun Nov 7 19:07:09 2004 for Mango by doxygen 1.3.6