Replicates some of the functionality of Java's Properties class.
More...
#include <Properties.h>
Replicates some of the functionality of Java's Properties class.
BUSBOY::Properties::Properties |
( |
| ) |
|
BUSBOY::Properties::Properties |
( |
const std::map< std::string, std::string > & |
propMap | ) |
|
BUSBOY::Properties::Properties |
( |
const Properties & |
props | ) |
|
BUSBOY::Properties::~Properties |
( |
| ) |
|
std::set< std::string > BUSBOY::Properties::getAllPropertyNames |
( |
| ) |
const |
std::string BUSBOY::Properties::getProperty |
( |
const std::string & |
name | ) |
const |
std::map< std::string, std::string > BUSBOY::Properties::getPropertyMap |
( |
| ) |
const |
bool BUSBOY::Properties::hasProperty |
( |
const std::string & |
name | ) |
const |
bool BUSBOY::Properties::operator!= |
( |
const Properties & |
props | ) |
const |
bool BUSBOY::Properties::operator== |
( |
const Properties & |
props | ) |
const |
void BUSBOY::Properties::setAllProperties |
( |
const Properties & |
props | ) |
|
void BUSBOY::Properties::setAllProperties |
( |
const std::map< std::string, std::string > & |
propMap | ) |
|
void BUSBOY::Properties::setProperty |
( |
const std::string & |
name, |
|
|
const std::string & |
value |
|
) |
| |
The documentation for this class was generated from the following files:
Copyright 2014 Google Inc. All rights reserved.