Usd Notice Framework
0.7.0
|
#include "unf/api.h"
#include "unf/notice.h"
#include <functional>
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | unf::CapturePredicate |
Predicate functor which indicates whether a notice can be captured during a transaction. More... | |
Namespaces | |
unf | |
Typedefs | |
using | unf::CapturePredicateFunc = std::function< bool(const UnfNotice::StageNotice &)> |
Convenient alias for function defining whether notice can be captured. | |