PBBagValveMask.h
1 /* Distributed under the Apache License, Version 2.0.
2  See accompanying NOTICE file for details.*/
3 
4 #pragma once
6 CDM_BIND_DECL2(BagValveMask)
7 
8 class CDM_DECL PBBagValveMask
9 {
10 public:
11  static void Load(const CDM_BIND::BagValveMaskData& src, SEBagValveMask& dst, const SESubstanceManager& subMgr);
12  static CDM_BIND::BagValveMaskData* Unload(const SEBagValveMask& src);
13  static void Serialize(const CDM_BIND::BagValveMaskData& src, SEBagValveMask& dst, const SESubstanceManager& subMgr);
14  static void Serialize(const SEBagValveMask& src, CDM_BIND::BagValveMaskData& dst);
15 
16  static bool SerializeToString(const SEBagValveMask& src, std::string& output, eSerializationFormat m);
17  static bool SerializeToFile(const SEBagValveMask& src, const std::string& filename);
18  static bool SerializeFromString(const std::string& src, SEBagValveMask& dst, eSerializationFormat m, const SESubstanceManager& subMgr);
19  static bool SerializeFromFile(const std::string& filename, SEBagValveMask& dst, const SESubstanceManager& subMgr);
20 };
Definition: PBBagValveMask.h:9
Definition: SEBagValveMask.h:14
Definition: SESubstanceManager.h:9

Distributed under the Apache License, Version 2.0.

See accompanying NOTICE file for details.