Qucs-core  0.0.19
Public Member Functions | Private Member Functions | Private Attributes
PrivateCode Class Reference

#include <production.h>

Public Member Functions

 FRIEND_TEST (PrivateCodeTest, CanAccessPrivateMembers)
 FRIEND_TEST (PrivateCodeFixtureTest, CanAccessPrivateMembers)
 PrivateCode ()
int x () const

Private Member Functions

void set_x (int an_x)

Private Attributes

int x_

Detailed Description

Definition at line 39 of file production.h.


Constructor & Destructor Documentation


Member Function Documentation

PrivateCode::FRIEND_TEST ( PrivateCodeTest  ,
CanAccessPrivateMembers   
)
PrivateCode::FRIEND_TEST ( PrivateCodeFixtureTest  ,
CanAccessPrivateMembers   
)
void PrivateCode::set_x ( int  an_x) [inline, private]

Definition at line 51 of file production.h.

int PrivateCode::x ( ) const [inline]

Definition at line 49 of file production.h.


Field Documentation

int PrivateCode::x_ [private]

Definition at line 52 of file production.h.


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