libzypp  14.36.0
RepoVariables.cc File Reference
#include "zypp/base/LogTools.h"
#include "zypp/base/String.h"
#include "zypp/base/Regex.h"
#include "zypp/ZConfig.h"
#include "zypp/Target.h"
#include "zypp/Arch.h"
#include "zypp/repo/RepoVariables.h"
#include "zypp/base/NonCopyable.h"
Include dependency graph for RepoVariables.cc:

Go to the source code of this file.

Namespaces

 zypp
 Easy-to use interface to the ZYPP dependency resolver.
 
 zypp::env
 
 zypp::repo
 

Macros

#define ASSIGN_IF(NAME, GETTER)   if ( ::strncmp( varStart, NAME, varSize ) == 0 ) getter = GETTER
 

Functions

std::string zypp::env::ZYPP_REPO_RELEASEVER ()
 Use faked releasever (e.g. More...
 

Macro Definition Documentation

#define ASSIGN_IF (   NAME,
  GETTER 
)    if ( ::strncmp( varStart, NAME, varSize ) == 0 ) getter = GETTER

Variable Documentation

std::string _arch
mutable

Definition at line 110 of file RepoVariables.cc.

std::string _basearch
mutable

Definition at line 111 of file RepoVariables.cc.

std::string _releasever
mutable

Definition at line 112 of file RepoVariables.cc.

std::string _releaseverMajor
mutable

Definition at line 113 of file RepoVariables.cc.

std::string _releaseverMinor
mutable

Definition at line 114 of file RepoVariables.cc.