10 #ifndef LLDB_SBLineEntry_h_ 
   11 #define LLDB_SBLineEntry_h_ 
   37   uint32_t GetLine() 
const;
 
   39   uint32_t GetColumn() 
const;
 
   43   void SetLine(uint32_t line);
 
   45   void SetColumn(uint32_t column);
 
   54   lldb_private::LineEntry *
get();
 
   62   const lldb_private::LineEntry *operator->() 
const;
 
   64   lldb_private::LineEntry &ref();
 
   66   const lldb_private::LineEntry &ref() 
const;
 
   68   SBLineEntry(
const lldb_private::LineEntry *lldb_object_ptr);
 
   70   void SetLineEntry(
const lldb_private::LineEntry &lldb_object_ref);
 
   72   std::unique_ptr<lldb_private::LineEntry> m_opaque_ap;
 
   77 #endif // LLDB_SBLineEntry_h_ 
class LLDB_API SBLineEntry