Dynalib Utils
CheckForError Member List

This is the complete list of members for CheckForError, including all inherited members.

assertInBounds(int index, int maxIndex, const std::string &msg="???")CheckForErrorstatic
assertNotNull(void *obj, const std::string &msg="???")CheckForErrorstatic
assertValidArg(bool expResult, const std::string &msg="???")CheckForErrorstatic
isInBounds(int index, int maxIndex, const std::string &msg="???")CheckForErrorstatic
isNotNull(void *obj, const std::string &msg="???")CheckForErrorstatic
isValidArg(bool expResult, const std::string &msg="???")CheckForErrorstatic