Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Documenting types and methods of libuv, mostly by reading 'uv.h'.

License

NotificationsYou must be signed in to change notification settings

thlorenz/libuv-dox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

become a patron

Documenting types and methods oflibuv, mostly by readinguv.h.

Organization

The information found inuv.h has been organized into three categories:

Examples were added to show how the API is used.

types

The inheritance relationship is documented via:, i.e.uv_tcp_t : uv_stream_t denotes thatuv_tcp_tderives fromuv_stream_t and thus has all the stream type fields.

Macros of extra/private fields have been resolved as much as was sensible and the original location and name is documented,i.e. the private fields foruv_fs_t found insideinclude/uv-unix.h are included.

Note:uv-unix.h was always preferred overuv-win.h when resolving fields from macros.

callbacks

Although they are techniqually types as well they are documented in a separately in order to speed up lookup.

methods

The methods are categorized and ordered to mirror the categorization and order of the types that they use.

version

The libuv version at that is the source of this documentation is:v0.11.17.

License

MIT

About

Documenting types and methods of libuv, mostly by reading 'uv.h'.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Contributors4

  •  
  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp