CPN
Computational Process Networks
utils Directory Reference
+ Directory dependency graph for utils:

Files

file  AutoLock.h [code]
 Automatic locking on the stack.
 
file  AutoUnlock.h [code]
 
file  Directory.h [code]
 
file  ErrnoException.h [code]
 
file  Exception.h [code]
 
file  IteratorRef.h [code]
 This allows the encapsulation of an arbitrary iterator of a specific type. This allows for non template functions to take an iterator from any stl container that has the given type.
 
file  Logger.h [code]
 A very simple logging interface.
 
file  ParseBool.h [code]
 
file  PathUtils.h [code]
 
file  StackTrace.h [code]
 function for printing out a stack trace Note that we need to pass -rdynamic to the linker to be able to see the function names with these functios.
 
file  ThrowingAssert.h [code]
 
file  ToString.h [code]
 A general ToStream function that takes printf like arguments and returns a std::string.
 
file  uint128_t.h [code]
 This is a very simple implementation of a 128 bit number.