env-var.inline.h 217 B

1234567891011
  1. #ifndef AFUN_ENV_VAR_INLINE_H
  2. #define AFUN_ENV_VAR_INLINE_H
  3. #include "env-var.h"
  4. namespace aFuncore {
  5. inline size_t EnvVarSpace::getCount() const{
  6. return count;
  7. }
  8. }
  9. #endif //AFUN_ENV_VAR_INLINE_H