Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Typedefs
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
a
c
d
e
f
h
i
k
l
m
o
p
r
s
t
v
w
Enumerator
a
b
c
d
e
i
l
m
n
o
p
r
t
u
Related Functions
b
g
h
o
s
t
Files
File List
File Members
All
_
a
c
g
h
j
l
n
o
p
s
t
u
v
w
Functions
a
c
g
h
j
l
n
o
p
s
t
u
v
w
Variables
p
s
t
u
Typedefs
a
g
n
p
s
t
u
Enumerations
Enumerator
Macros
_
a
g
n
p
s
t
u
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
expiryNotifier.h
Go to the documentation of this file.
1
//
2
// Copyright 2016 Pixar
3
//
4
// Licensed under the terms set forth in the LICENSE.txt file available at
5
// https://openusd.org/license.
6
//
7
#ifndef PXR_BASE_TF_EXPIRY_NOTIFIER_H
8
#define PXR_BASE_TF_EXPIRY_NOTIFIER_H
9
11
12
#include "
pxr/pxr.h
"
13
#include "
pxr/base/arch/hints.h
"
14
#include "pxr/base/tf/api.h"
15
16
PXR_NAMESPACE_OPEN_SCOPE
17
39
class
Tf_ExpiryNotifier {
40
public
:
41
TF_API
static
void
Invoke(
void
const
*p);
42
TF_API
static
void
SetNotifier(
void
(*func)(
void
const
*));
43
44
TF_API
static
void
Invoke2(
void
const
*p);
45
TF_API
static
void
SetNotifier2(
void
(*func)(
void
const
*));
46
private
:
47
48
static
void (*_func)(
void
const
*);
49
static
void (*_func2)(
void
const
*);
50
};
51
52
PXR_NAMESPACE_CLOSE_SCOPE
53
54
#endif
hints.h
Compiler hints.
pxr.h
pxr
base
tf
expiryNotifier.h
© Copyright 2025, Pixar Animation Studios. |
Terms of Use
| Generated on Mon Apr 28 2025 09:37:52 by
1.9.6