ENH: Added GetUsedCommands() method.
This commit is contained in:
parent
eb80df5561
commit
8859bd5ac8
|
@ -326,6 +326,12 @@ public:
|
||||||
const char* GetDefineFlags()
|
const char* GetDefineFlags()
|
||||||
{return m_DefineFlags.c_str();}
|
{return m_DefineFlags.c_str();}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Get the vector of used command instances.
|
||||||
|
*/
|
||||||
|
const std::vector<cmCommand*>& GetUsedCommands() const
|
||||||
|
{return m_UsedCommands;}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Dump documentation to a file. If 0 is returned, the
|
* Dump documentation to a file. If 0 is returned, the
|
||||||
* operation failed.
|
* operation failed.
|
||||||
|
|
Loading…
Reference in New Issue