Direct-BT  2.3.1
Direct-BT - Direct Bluetooth Programming.
Public Types | Public Member Functions | Public Attributes | Static Public Attributes | List of all members
One Struct Reference
Inheritance diagram for One:
Collaboration diagram for One:

Public Types

typedef int type
 

Public Member Functions

 One (type x_=0)
 
 ~One ()
 
type get ()
 
type add (type x_, type y_)
 

Public Attributes

type x
 

Static Public Attributes

static constexpr bool v = true
 

Detailed Description

Examples
test_type_traits_queries01.cpp.

Definition at line 41 of file test_type_traits_queries01.cpp.

Member Typedef Documentation

◆ type

typedef int One::type

Definition at line 42 of file test_type_traits_queries01.cpp.

Constructor & Destructor Documentation

◆ One()

One::One ( type  x_ = 0)
inline

Definition at line 45 of file test_type_traits_queries01.cpp.

◆ ~One()

One::~One ( )
inline

Definition at line 46 of file test_type_traits_queries01.cpp.

Member Function Documentation

◆ add()

type One::add ( type  x_,
type  y_ 
)
inline

Definition at line 48 of file test_type_traits_queries01.cpp.

◆ get()

type One::get ( )
inline

Definition at line 47 of file test_type_traits_queries01.cpp.

Member Data Documentation

◆ v

constexpr bool One::v = true
staticconstexpr

Definition at line 43 of file test_type_traits_queries01.cpp.

◆ x

type One::x

Definition at line 44 of file test_type_traits_queries01.cpp.


The documentation for this struct was generated from the following file: