MCPcopy Create free account
hub / github.com/Kitware/CMake / Older

Method Older

Source/cmFileTime.h:35–35  ·  view source on GitHub ↗

* @brief Return true if this is older than ftm */

Source from the content-addressed store, hash-verified

33 * @brief Return true if this is older than ftm
34 */
35 bool Older(cmFileTime ftm) const { return (this->Time - ftm.Time) < 0; }
36
37 /**
38 * @brief Return true if this is newer than ftm

Callers 8

UpdateMethod · 0.80
ProbeMethod · 0.80
ParseCacheReadMethod · 0.80
TestQrcRccFilesMethod · 0.80
TestResourcesMethod · 0.80
TestInfoFileMethod · 0.80
CheckDependenciesMethod · 0.80
ExecuteCMakeCommandMethod · 0.80

Calls

no outgoing calls

Tested by 3

TestQrcRccFilesMethod · 0.64
TestResourcesMethod · 0.64
TestInfoFileMethod · 0.64