mirror of
https://github.com/ciphervance/supercell-wx.git
synced 2025-10-30 18:40:05 +00:00
Return fields by value instead of const reference
This commit is contained in:
parent
c47a569645
commit
835ee644b5
10 changed files with 481 additions and 483 deletions
|
|
@ -36,13 +36,13 @@ typedef util::Iterator<Level2Product,
|
|||
Level2Product::ClutterFilterPowerRemoved>
|
||||
Level2ProductIterator;
|
||||
|
||||
const std::string& GetRadarProductGroupName(RadarProductGroup group);
|
||||
const RadarProductGroup GetRadarProductGroup(const std::string& name);
|
||||
const std::string& GetRadarProductGroupName(RadarProductGroup group);
|
||||
RadarProductGroup GetRadarProductGroup(const std::string& name);
|
||||
|
||||
const std::string& GetLevel2Name(Level2Product product);
|
||||
const std::string& GetLevel2Description(Level2Product product);
|
||||
const std::string& GetLevel2Palette(Level2Product product);
|
||||
const Level2Product GetLevel2Product(const std::string& name);
|
||||
const std::string& GetLevel2Name(Level2Product product);
|
||||
const std::string& GetLevel2Description(Level2Product product);
|
||||
const std::string& GetLevel2Palette(Level2Product product);
|
||||
Level2Product GetLevel2Product(const std::string& name);
|
||||
|
||||
} // namespace common
|
||||
} // namespace scwx
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue