Utils
Detailed Description
Mace contains a variety of
Util classes. Each contains a
set of static public methods to help with a variety of tasks. The functions are broken up into categories, each implemented in a separate class and file.
|
Namespaces |
| namespace | RandomVariable |
Classes |
| class | FileUtil |
| | helper methods for accessing the filesystem More...
|
| class | HashUtil |
| | Helper class for computing SHA1 hashes. Requires openssl. More...
|
| class | MailUtil |
| | Simple utility for sending emails. More...
|
| class | RandomUtil |
| | Implements a standard utility for getting random integer values, which can be replaced at runtime with a simulator/modelchecker version. More...
|
| class | mace::SerializationUtil |
| | Utility for helping with Xml serialization. More...
|
| class | SockUtil |
| | helper methods for dealing with sockets. Use instead of direct methods for portability. More...
|
| class | StrUtil |
| | Helper class for operating on and with strings. More...
|
| class | SysUtil |
| | System utility class for sleeping, selecting, and installing signal handlers. More...
|
| class | ThreadUtil |
| | Defines methods for thread utilities. More...
|
| class | TimeUtil |
| | A Mace-friendly class for getting the time of day. More...
|
| class | Util |
| | a set of basic non-categories utilities. More...
|