Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

ost_runable(3) [debian man page]

ost::Runable(3) 					     Library Functions Manual						   ost::Runable(3)

NAME
ost::Runable - A container for objects that can be queued against a runlist. SYNOPSIS
#include <misc.h> Public Member Functions bool starting (Runlist *list) Start the object against a run list. void stoping (void) Stop the object, called when stopping or ready completes. Protected Member Functions Runable () virtual ~Runable () virtual void ready (void)=0 Method handler that is invoked when a wait-listed object becomes ready to run. Friends class Runlist Detailed Description A container for objects that can be queued against a runlist. Author: David Sugar dyfet@ostel.com runable object with notify when ready. Constructor &; Destructor Documentation ost::Runable::Runable () [protected] virtual ost::Runable::~Runable () [protected], [virtual] Member Function Documentation virtual void ost::Runable::ready (void) [protected], [pure virtual] Method handler that is invoked when a wait-listed object becomes ready to run. bool ost::Runable::starting (Runlist *list) Start the object against a run list. Returns: true if immediately available to run. Parameters: list to start under. void ost::Runable::stoping (void) Stop the object, called when stopping or ready completes. May also be used for a task that has not yet started to remove it from the wait list. Friends And Related Function Documentation friend class Runlist [friend] Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::Runable(3)

Check Out this Related Man Page

ost::MD5Digest(3)					     Library Functions Manual						 ost::MD5Digest(3)

NAME
ost::MD5Digest - A md5 collection/computation accululator class. SYNOPSIS
#include <digest.h> Inherits ost::Digest. Public Member Functions MD5Digest () void initDigest (void) unsigned getSize (void) unsigned getDigest (unsigned char *buffer) void putDigest (const unsigned char *buffer, unsigned len) Protected Member Functions int overflow (int c) void update (void) void commit (void) std::ostream & strDigest (std::ostream &os) Detailed Description A md5 collection/computation accululator class. Author: David Sugar dyfet@ostel.com md5 hash accumulation. Examples: digest.cpp. Constructor &; Destructor Documentation ost::MD5Digest::MD5Digest () Member Function Documentation void ost::MD5Digest::commit (void) [protected] unsigned ost::MD5Digest::getDigest (unsigned char *buffer) [virtual] Implements ost::Digest. unsigned ost::MD5Digest::getSize (void) [inline], [virtual] Implements ost::Digest. void ost::MD5Digest::initDigest (void) [virtual] Implements ost::Digest. int ost::MD5Digest::overflow (intc) [protected] void ost::MD5Digest::putDigest (const unsigned char *buffer, unsignedlen) [virtual] Implements ost::Digest. std::ostream& ost::MD5Digest::strDigest (std::ostream &os) [protected], [virtual] Implements ost::Digest. void ost::MD5Digest::update (void) [protected] Author Generated automatically by Doxygen for GNU CommonC++ from the source code. GNU CommonC++ Sat Jun 23 2012 ost::MD5Digest(3)
Man Page

6 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Unix

Hello Everybody I would like to ask about the difference between UNIX and LINUX? Are they same or they differ from each othere? I will wait your reply? Your new friend: Elmo7eb (4 Replies)
Discussion started by: Elmo7eb
4 Replies

2. UNIX for Dummies Questions & Answers

About autosys

Hi Friends, Any one give the description about autosys in unix and with some examples help me (1 Reply)
Discussion started by: btech_raju
1 Replies

3. UNIX for Advanced & Expert Users

What "set +u" does?

Dear Friends, I couldn't able to find what "set +u" does. Please tell me what is the significance of this command. Thanks in advance, swamymns (3 Replies)
Discussion started by: swamymns
3 Replies

4. UNIX for Dummies Questions & Answers

charecter or number

Hi Friends, How to check a variable value is either charecter or number? With Regards / Ganapati (1 Reply)
Discussion started by: ganapati
1 Replies

5. What is on Your Mind?

Alarm interrupt and multithreading

Hi Friends any know how became a friend in this Android Programming Language (0 Replies)
Discussion started by: ljarun
0 Replies

6. Linux

Small problem

hello, i am a newbie and i really need your help i have an centos 6.5 and i wonder if i can create a list with random 4 letters : gdjf ornc tyrn jfdn nofd etc.... if it can be done , i will really apreciate your help ! THANKS !!! ---------- Post updated at 07:16 AM... (10 Replies)
Discussion started by: suppliernr1
10 Replies