| 
    OpenCMISS-Zinc C++ API Documentation
    
   | 
 
Module for finding and managing timekeepers. More...
#include <timekeeper.hpp>
Public Member Functions | |
| Timekeepermodule (cmzn_timekeepermodule_id in_timekeepermodule_id) | |
| Timekeepermodule (const Timekeepermodule &timekeeperModule) | |
| Timekeepermodule & | operator= (const Timekeepermodule &timekeeperModule) | 
| bool | isValid () const | 
| cmzn_timekeepermodule_id | getId () const | 
| Timekeeper | getDefaultTimekeeper () | 
| int | readDescription (const char *description) | 
| char * | writeDescription () | 
Protected Attributes | |
| cmzn_timekeepermodule_id | id | 
Module for finding and managing timekeepers.
Module for finding and managing timekeepers.
      
  | 
  inline | 
Get the default timekeeper.
      
  | 
  inline | 
Return the C handle of the Timekeepermodule object.
      
  | 
  inline | 
Check if this is a valid Timekeepermodule object.
      
  | 
  inline | 
Read the json description to the timekeeper module. This will change the timekeeper in the timekeeper module.
The string containing json description
      
  | 
  inline | 
Write the json file describing the timekeepers in the timekeeper module, which can be used to store the current timekeeper settings.
 1.8.11