open_toontown_panda3d/panda/src/event
Sam Edwards b2bfb31114 general: Remove `using std::*` from headers
Also remove most `using namespace std;` statements. The only one that remains is in py_panda.h.

Closes #350
Closes #335
2018-06-14 16:04:49 +02:00
..
asyncFuture.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
asyncFuture.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
asyncFuture.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
asyncFuture_ext.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
asyncFuture_ext.h AsyncFuture improvements, incl. support for gathering futures 2017-12-21 14:07:01 +01:00
asyncTask.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
asyncTask.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
asyncTask.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
asyncTaskChain.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
asyncTaskChain.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
asyncTaskChain.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
asyncTaskCollection.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
asyncTaskCollection.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
asyncTaskCollection.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
asyncTaskManager.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
asyncTaskManager.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
asyncTaskManager.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
asyncTaskPause.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
asyncTaskPause.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
asyncTaskPause.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
asyncTaskSequence.I Various compiler warning fixes 2018-06-12 12:38:07 +02:00
asyncTaskSequence.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
asyncTaskSequence.h Various compiler warning fixes 2018-06-12 12:38:07 +02:00
buttonEvent.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
buttonEvent.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
buttonEvent.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
buttonEventList.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
buttonEventList.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
buttonEventList.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
config_event.cxx general: Add guards to ensure proper BUILDING_ macros defined 2018-03-25 13:17:52 -06:00
config_event.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
event.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
event.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
event.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
eventHandler.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
eventHandler.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
eventHandler.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
eventParameter.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
eventParameter.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
eventParameter.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
eventQueue.I general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
eventQueue.cxx general: Replace NULL (and 0 as pointer) with C++11 nullptr 2018-06-03 16:35:13 -06:00
eventQueue.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
eventReceiver.cxx New file headers, new comment style 2016-02-17 17:47:48 +01:00
eventReceiver.h New file headers, new comment style 2016-02-17 17:47:48 +01:00
genericAsyncTask.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
genericAsyncTask.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
genericAsyncTask.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
p3event_composite1.cxx Implement awaitable thread-safe future for async operations 2017-12-04 22:25:28 +01:00
p3event_composite2.cxx rename all Panda-built libraries to begin with libp3 or libpanda 2011-12-06 02:39:21 +00:00
pointerEvent.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
pointerEvent.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
pointerEvent.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pointerEventList.I New file headers, new comment style 2016-02-17 17:47:48 +01:00
pointerEventList.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
pointerEventList.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
pt_Event.cxx general: Remove '#pragma interface'/'#pragma implementation' 2018-03-20 14:36:19 -04:00
pt_Event.h general: Remove '#pragma interface'/'#pragma implementation' 2018-03-20 14:36:19 -04:00
pythonTask.I Implement awaitable thread-safe future for async operations 2017-12-04 22:25:28 +01:00
pythonTask.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
pythonTask.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
test_task.cxx general: Remove `using std::*` from headers 2018-06-14 16:04:49 +02:00
throw_event.I general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00
throw_event.h general: Fully qualify header references into the std namespace 2018-06-07 10:35:12 +02:00