|
HDK
|
#include <SOP_AttribStringEdit.proto.h>
Public Member Functions | |
| Filters () | |
| bool | operator== (const Filters &src) const |
| bool | operator!= (const Filters &src) const |
Public Attributes | |
| bool | filter |
| bool | regex |
| bool | global |
| UT_StringHolder | from |
| UT_StringHolder | to |
Definition at line 28 of file SOP_AttribStringEdit.proto.h.
|
inline |
Definition at line 37 of file SOP_AttribStringEdit.proto.h.
|
inline |
Definition at line 57 of file SOP_AttribStringEdit.proto.h.
|
inline |
Definition at line 47 of file SOP_AttribStringEdit.proto.h.
| bool SOP_AttribStringEditParms::Filters::filter |
Definition at line 30 of file SOP_AttribStringEdit.proto.h.
| UT_StringHolder SOP_AttribStringEditParms::Filters::from |
Definition at line 33 of file SOP_AttribStringEdit.proto.h.
| bool SOP_AttribStringEditParms::Filters::global |
Definition at line 32 of file SOP_AttribStringEdit.proto.h.
| bool SOP_AttribStringEditParms::Filters::regex |
Definition at line 31 of file SOP_AttribStringEdit.proto.h.
| UT_StringHolder SOP_AttribStringEditParms::Filters::to |
Definition at line 34 of file SOP_AttribStringEdit.proto.h.