TimerGOC_h	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^#define TimerGOC_h$/;"	macro	line:11
TimerGOC	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^class TimerGOC$/;"	class	line:13
TimerGOC	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        TimerGOC();$/;"	prototype	line:17	class:TimerGOC	access:public	signature:()	returns:
~TimerGOC	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        ~TimerGOC();$/;"	prototype	line:18	class:TimerGOC	access:public	signature:()	returns:
SecTimerTriggered	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        bool SecTimerTriggered(int secondsTillTimerIsTriggered_p = 0, $/;"	prototype	line:20	class:TimerGOC	access:public	signature:(int secondsTillTimerIsTriggered_p = 0, unsigned long totalElapsedSeconds_p = 0, bool isEndless_p = false)	returns:bool
MilTimerTriggered	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        bool MilTimerTriggered(float milSecTillTimerIsTriggered_p = 0, $/;"	prototype	line:24	class:TimerGOC	access:public	signature:(float milSecTillTimerIsTriggered_p = 0, unsigned long totalElapsedMilSec_p = 0, bool isEndless_p = false)	returns:bool
secStartTime_m	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        unsigned long secStartTime_m;    $/;"	member	line:30	class:TimerGOC	access:private
secTimerStarted_m	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        bool secTimerStarted_m;$/;"	member	line:31	class:TimerGOC	access:private
secTimerTriggered_m	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        bool secTimerTriggered_m;$/;"	member	line:32	class:TimerGOC	access:private
milStartTime_m	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        unsigned long milStartTime_m;    $/;"	member	line:35	class:TimerGOC	access:private
milTimerStarted_m	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        bool milTimerStarted_m;$/;"	member	line:36	class:TimerGOC	access:private
milTimerTriggered_m	/home/gpoliece/Desktop/Blacklight/Project Game Object Creator/Code/Cycle 3/GOC/GOC-Ubuntu/source/inc/TimerGOC.h	/^        bool milTimerTriggered_m;$/;"	member	line:37	class:TimerGOC	access:private
