wex v24.10.0
|
Offers several vcs admin support methods. More...
#include <wex/factory/vcs.h>
Public Member Functions | |
vcs_admin (const std::string &admin, const path &p) | |
Constructor. | |
bool | exists () const |
Returns true if admin component exists for path. | |
bool | is_toplevel () const |
Returns true if toplevel is not empty. | |
path | toplevel () const |
Return toplevel dir. | |
Offers several vcs admin support methods.
wex::factory::vcs_admin::vcs_admin | ( | const std::string & | admin, |
const path & | p ) |
Constructor.
admin | the vcs admin dir or file |
p | the current path |