Panda3D
Main Page
Classes
Files
File List
All
Classes
Functions
Variables
Enumerations
pandatool
src
pstatserver
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
////////////////////////////////////////////////////////////////////
22
INLINE
const
PStatClientData
*
PStatThreadData::
23
get_client_data
()
const
{
24
return
_client_data;
25
}
PStatClientData
The data associated with a particular client, but not with any one particular frame or thread: the li...
Definition:
pStatClientData.h:38
PStatThreadData::get_client_data
const PStatClientData * get_client_data() const
Returns a pointer to the ClientData structure associated with this data.
Definition:
pStatThreadData.I:23
Generated on Mon Feb 1 2016 13:44:44 for Panda3D by
1.8.5