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 Tue Nov 18 2025 10:36:04 by
1.9.6