10 #ifndef LLDB_SBValueList_h_ 
   11 #define LLDB_SBValueList_h_ 
   35   uint32_t GetSize() 
const;
 
   55   void Append(lldb::ValueObjectSP &val_obj_sp);
 
   57   void CreateIfNeeded();
 
   59   ValueListImpl *operator->();
 
   61   ValueListImpl &operator*();
 
   63   const ValueListImpl *operator->() 
const;
 
   65   const ValueListImpl &operator*() 
const;
 
   69   std::unique_ptr<ValueListImpl> m_opaque_ap;
 
   74 #endif // LLDB_SBValueList_h_ 
class LLDB_API SBValueList