void printEmployee(const Employee &employee)
Writes to standard output all information that pertains to the given employee.
boost::property_tree::ptree toPtree(const Employee &employee)
Creates a Boost property tree that represents the given employee instance.