Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

(default)
Class CefTime

traits::struct_type
   |
   +--CefStructBase
         |
         +--CefTime

   in cef_types_wrappers.h

class CefTime
extends CefStructBase

Class representing a time.


Inner Classes, Typedefs, and Enums
typedef CefTime::parent
          
   
Fields inherited from class CefStructBase
attached_to_
 
Constructor Summary
CefTime( const cef_time_t& r )
          
CefTime( const CefTime& r )
          
explicit CefTime( time_t r )
          
explicit CefTime( double r )
          
CefTime()
          
 
Method Summary
 long long Delta( const CefTime& other )
          
 double GetDoubleT() const
          
 time_t GetTimeT() const
          
 void Now()
          
 void SetDoubleT( double r )
          
 void SetTimeT( time_t r )
          
   
Methods inherited from class CefStructBase
Reset, AttachTo, DetachTo, Set, operator=, operator=, Init, Clear
 

Constructor Detail

CefTime

public CefTime( const cef_time_t& r );

CefTime

public CefTime( const CefTime& r );

CefTime

public explicit CefTime( time_t r );

CefTime

public explicit CefTime( double r );

CefTime

public CefTime();


Method Detail

Delta

public long long Delta( const CefTime& other );

GetDoubleT

public double GetDoubleT() const;

GetTimeT

public time_t GetTimeT() const;

Now

public void Now();

SetDoubleT

public void SetDoubleT( double r );

SetTimeT

public void SetTimeT( time_t r );

 Overview   Project   Class   Tree   Index 
CEF3 C++ API Docs - Version 80.1.4+g8927396+chromium-80.0.3987.149
FRAMES    NO FRAMES
SUMMARY:  INNER | FIELD | CONSTR | METHOD

Chromium Embedded Framework (CEF) Copyright © 2016 Marshall A. Greenblatt