26#include <Objectively/Array.h>
48typedef struct SimpleSelectorInterface SimpleSelectorInterface;
82struct SimpleSelectorInterface {
87 ObjectInterface objectInterface;
106 Array *(*parse)(
const char *sequence);
SimpleSelectorType
The types of SimpleSelectors.
@ SimpleSelectorTypePseudo
@ SimpleSelectorTypeClass
@ SimpleSelectorTypeUniversal
ObjectivelyMVC base types.
#define OBJECTIVELYMVC_EXPORT
SimpleSelectorType type
The SimpleSelectorType.
Object object
The superclass.
SimpleSelectorInterface * interface
The interface.
Class * _SimpleSelector(void)
The SimpleSelector archetype.
char * pattern
The pattern, as provided by the user.