Panda3D
pStatThreadData.I
1 // Filename: pStatThreadData.I
2 // Created by: drose (10Jul00)
3 //
4 ////////////////////////////////////////////////////////////////////
5 //
6 // PANDA 3D SOFTWARE
7 // Copyright (c) Carnegie Mellon University. All rights reserved.
8 //
9 // All use of this software is subject to the terms of the revised BSD
10 // license. You should have received a copy of this license along
11 // with this source code in a file named "LICENSE."
12 //
13 ////////////////////////////////////////////////////////////////////
14 
15 
16 ////////////////////////////////////////////////////////////////////
17 // Function: PStatThreadData::get_client_data
18 // Access: Public
19 // Description: Returns a pointer to the ClientData structure
20 // associated with this data.
21 ////////////////////////////////////////////////////////////////////
23 get_client_data() const {
24  return _client_data;
25 }
The data associated with a particular client, but not with any one particular frame or thread: the li...
const PStatClientData * get_client_data() const
Returns a pointer to the ClientData structure associated with this data.