# Toy example of a TConfig-based configuration description # This is the class declaration for the configuration: # SimpleConfig # Configuration for my application datafile = string(default='data.txt') solver = option('Direct','Iterative') [Protocol] # Specify the Protocol ptype = option('http','ftp','ssh') max_users = integer(1,10)