Searched defs:GenDCmdArgument (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/services/
H A DdiagnosticArgument.hpp77 class GenDCmdArgument : public ResourceObj { class in inherits:ResourceObj
79 GenDCmdArgument* _next;
87 GenDCmdArgument(const char* name, const char* description, const char* type, function in class:GenDCmdArgument
114 void set_next(GenDCmdArgument* arg) {
117 GenDCmdArgument* next() {
129 template <class ArgType> class DCmdArgument: public GenDCmdArgument {
135 GenDCmdArgument(name, description, type, NULL, mandatory) { }
138 GenDCmdArgument(name, description, type, defaultvalue, mandatory)

Completed in 22 milliseconds