Page Menu
Home
Xreate
Search
Configure Global Search
Log In
Docs
Questions
Repository
Issues
Patches
Internal API
Files
F3995405
ptrvalid.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jul 7, 7:29 AM
Size
385 B
Mime Type
text/x-c++
Expires
Thu, Jul 9, 7:29 AM (17 h, 5 m)
Engine
blob
Format
Raw Data
Handle
270889
Attached To
rXR Xreate
ptrvalid.h
View Options
/*
* QueryPtrValid.h
*
* Created on: Jun 17, 2015
* Author: pgess
*/
#ifndef SRC_QUERY_PTRVALID_H_
#define SRC_QUERY_PTRVALID_H_
#include <clasplayer.h>
namespace xreate {
class QueryPtrValid: public xreate::IQuery {
public:
QueryPtrValid();
virtual void init(ClaspLayer* clasp);
static bool assertValidPtr(const Symbol& s);
};
}
#endif /* SRC_QUERY_PTRVALID_H_ */
Event Timeline
Log In to Comment